RigsofRods
Soft-body Physics Simulation
|
Struct wich contains Hydrax simple grid module options. More...
#include <SimpleGrid.h>
Public Member Functions | |
Options () | |
Default constructor. More... | |
Options (const int &_Complexity, const Size &_MeshSize) | |
Constructor. More... | |
Options (const int &_Complexity, const Size &_MeshSize, const float &_Strength, const bool &_Smooth, const bool &_ChoppyWaves, const float &_ChoppyStrength) | |
Constructor. More... | |
Data Fields | |
int | Complexity |
Projected grid complexity (N*N) More... | |
Size | MeshSize |
Size. More... | |
float | Strength |
Strength. More... | |
bool | Smooth |
Smooth. More... | |
bool | ChoppyWaves |
Choppy waves. More... | |
float | ChoppyStrength |
Choppy waves strength. More... | |
Struct wich contains Hydrax simple grid module options.
Definition at line 49 of file SimpleGrid.h.
|
inline |
Default constructor.
Definition at line 66 of file SimpleGrid.h.
|
inline |
Constructor.
_Complexity | Projected grid complexity |
_MeshSize | Water mesh size |
Definition at line 80 of file SimpleGrid.h.
|
inline |
Constructor.
_Complexity | Projected grid complexity |
_MeshSize | Water mesh size |
_Strength | Perlin noise strength |
_Smooth | Smooth vertex? |
_ChoppyWaves | Choppy waves enabled? Note: Only with Materialmanager::NM_VERTEX normal mode. |
_ChoppyStrength | Choppy waves strength Note: Only with Materialmanager::NM_VERTEX normal mode. |
Definition at line 99 of file SimpleGrid.h.
float Hydrax::Module::SimpleGrid::Options::ChoppyStrength |
Choppy waves strength.
Definition at line 62 of file SimpleGrid.h.
bool Hydrax::Module::SimpleGrid::Options::ChoppyWaves |
Choppy waves.
Definition at line 60 of file SimpleGrid.h.
int Hydrax::Module::SimpleGrid::Options::Complexity |
Projected grid complexity (N*N)
Definition at line 52 of file SimpleGrid.h.
Size Hydrax::Module::SimpleGrid::Options::MeshSize |
Size.
Definition at line 54 of file SimpleGrid.h.
bool Hydrax::Module::SimpleGrid::Options::Smooth |
Smooth.
Definition at line 58 of file SimpleGrid.h.
float Hydrax::Module::SimpleGrid::Options::Strength |
Strength.
Definition at line 56 of file SimpleGrid.h.