This is the documentation for Enlighten.
struct Enlighten OctreeNode
struct Enlighten::OctreeNode
An octree node.
Variables
Name | Description |
---|---|
Geo::GeoNonAABoundingBox m_Box | Bounding box. |
OctreeNode * m_Childs[8] | Child nodes. |
bool m_HasChilds | Has any children? |
PrecompVoxelOctreePath m_Path | Path. |
bool m_Used | Used? |