|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
A wind sample is the wind force at one point in the wind field. More...
#include <WindField.h>
Public Attributes | |
| glm::vec3 | velocity { 0.0f } |
| float | strength = 0.0f |
| uint32_t | pocketId = 0u |
| bool | isInsidePocket = false |
A wind sample is the wind force at one point in the wind field.
Definition at line 45 of file WindField.h.
| bool Engine::World::WindSample::isInsidePocket = false |
Definition at line 50 of file WindField.h.
| uint32_t Engine::World::WindSample::pocketId = 0u |
Definition at line 49 of file WindField.h.
| float Engine::World::WindSample::strength = 0.0f |
Definition at line 48 of file WindField.h.
| glm::vec3 Engine::World::WindSample::velocity { 0.0f } |
Definition at line 47 of file WindField.h.