|
Cogs.Core
|
Public Attributes | |
| RegionKey | regionKey |
| glm::vec3 | min |
| Object space min corner of region bounding box. | |
| glm::vec3 | max |
| Object space max corner of region bounding box. | |
| std::vector< uint64_t > | baseBlocks |
| Base blocks that intersects with this region. | |
Definition at line 61 of file OctSystem.h.
| std::vector<uint64_t> Cogs::Core::Volumetric::OctRegionData::baseBlocks |
Base blocks that intersects with this region.
Definition at line 66 of file OctSystem.h.
| glm::vec3 Cogs::Core::Volumetric::OctRegionData::max |
Object space max corner of region bounding box.
Definition at line 65 of file OctSystem.h.
Referenced by Cogs::Core::Volumetric::OctSystem::update().
| glm::vec3 Cogs::Core::Volumetric::OctRegionData::min |
Object space min corner of region bounding box.
Definition at line 64 of file OctSystem.h.
Referenced by Cogs::Core::Volumetric::OctSystem::update().
| RegionKey Cogs::Core::Volumetric::OctRegionData::regionKey |
Definition at line 63 of file OctSystem.h.