Cogs.Core
|
Public Attributes | |
ShapeType | currentType = ShapeType::None |
int | currentSamples = 0 |
glm::vec3 | currentSize |
float | arcStart = 0.0f |
float | arcEnd = 0.0f |
Definition at line 17 of file MeshGeneratorSystem.h.
float Cogs::Core::MeshGeneratorData::arcEnd = 0.0f |
Definition at line 23 of file MeshGeneratorSystem.h.
float Cogs::Core::MeshGeneratorData::arcStart = 0.0f |
Definition at line 22 of file MeshGeneratorSystem.h.
int Cogs::Core::MeshGeneratorData::currentSamples = 0 |
Definition at line 20 of file MeshGeneratorSystem.h.
glm::vec3 Cogs::Core::MeshGeneratorData::currentSize |
Definition at line 21 of file MeshGeneratorSystem.h.
ShapeType Cogs::Core::MeshGeneratorData::currentType = ShapeType::None |
Definition at line 19 of file MeshGeneratorSystem.h.