Cogs.Core
|
Public Attributes | |
RegionKey | regionKey |
User-defined key to keep track of regions. | |
glm::vec3 | min |
Object space min corner of region bounding box. | |
glm::vec3 | max |
Object space max corner of region bounding box. | |
Definition at line 55 of file OctComponent.h.
glm::vec3 Cogs::Core::Volumetric::Region::max |
Object space max corner of region bounding box.
Definition at line 59 of file OctComponent.h.
glm::vec3 Cogs::Core::Volumetric::Region::min |
Object space min corner of region bounding box.
Definition at line 58 of file OctComponent.h.
RegionKey Cogs::Core::Volumetric::Region::regionKey |
User-defined key to keep track of regions.
Definition at line 57 of file OctComponent.h.