Cogs.Core
|
Public Attributes | |
std::vector< uint8_t > | inside |
std::vector< uint8_t > | classification |
glm::vec3 | viewpoint |
bool | visibilityProcessed = false |
Visibility flag when update was invoked last time. | |
Definition at line 19 of file LoftedCrossSectionsSystem.h.
std::vector<uint8_t> Cogs::Core::LoftedCrossSectionsData::classification |
Definition at line 22 of file LoftedCrossSectionsSystem.h.
std::vector<uint8_t> Cogs::Core::LoftedCrossSectionsData::inside |
Definition at line 21 of file LoftedCrossSectionsSystem.h.
glm::vec3 Cogs::Core::LoftedCrossSectionsData::viewpoint |
Definition at line 23 of file LoftedCrossSectionsSystem.h.
bool Cogs::Core::LoftedCrossSectionsData::visibilityProcessed = false |
Visibility flag when update was invoked last time.
Definition at line 24 of file LoftedCrossSectionsSystem.h.