Cogs.Core
Public Attributes | List of all members
Cogs::Core::Volumetric::OctRegionData Struct Reference

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.
 

Detailed Description

Definition at line 61 of file OctSystem.h.

Member Data Documentation

◆ baseBlocks

std::vector<uint64_t> Cogs::Core::Volumetric::OctRegionData::baseBlocks

Base blocks that intersects with this region.

Definition at line 66 of file OctSystem.h.

◆ max

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().

◆ min

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

RegionKey Cogs::Core::Volumetric::OctRegionData::regionKey

Definition at line 63 of file OctSystem.h.


The documentation for this struct was generated from the following file: