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

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.
 

Detailed Description

Definition at line 55 of file OctComponent.h.

Member Data Documentation

◆ max

glm::vec3 Cogs::Core::Volumetric::Region::max

Object space max corner of region bounding box.

Definition at line 59 of file OctComponent.h.

◆ min

glm::vec3 Cogs::Core::Volumetric::Region::min

Object space min corner of region bounding box.

Definition at line 58 of file OctComponent.h.

◆ regionKey

RegionKey Cogs::Core::Volumetric::Region::regionKey

User-defined key to keep track of regions.

Definition at line 57 of file OctComponent.h.


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