Base Hydrax mesh options.
More...
#include <Mesh.h>
Base Hydrax mesh options.
Definition at line 93 of file Mesh.h.
◆ Options() [1/3]
Hydrax::Mesh::Options::Options |
( |
| ) |
|
|
inline |
Constructor.
Definition at line 97 of file Mesh.h.
◆ Options() [2/3]
Hydrax::Mesh::Options::Options |
( |
const int & |
meshComplexity, |
|
|
const Size & |
meshSize, |
|
|
const VertexType & |
meshVertexType |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
meshComplexity | Grid complexity |
meshSize | grid size (X/Z) world space. |
meshVertexType | Mesh::VertexType |
Definition at line 110 of file Mesh.h.
◆ Options() [3/3]
Hydrax::Mesh::Options::Options |
( |
const int & |
meshComplexity, |
|
|
const Size & |
meshSize, |
|
|
const float & |
meshStrength, |
|
|
const VertexType & |
meshVertexType |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
meshComplexity | Grid complexity |
meshSize | grid size (X/Z) world space. |
meshStrength | Water strength(Y axis multiplier) |
meshVertexType | Mesh::VertexType |
Definition at line 124 of file Mesh.h.
◆ MeshComplexity
int Hydrax::Mesh::Options::MeshComplexity |
◆ MeshSize
Size Hydrax::Mesh::Options::MeshSize |
Grid size (X/Z) world space.
Definition at line 135 of file Mesh.h.
◆ MeshStrength
float Hydrax::Mesh::Options::MeshStrength |
Water strength.
Definition at line 137 of file Mesh.h.
◆ MeshVertexType
Vertex type.
Definition at line 139 of file Mesh.h.
The documentation for this struct was generated from the following file: