This is the documentation for Enlighten.
class Enlighten PrecompOctreeNode
class Enlighten::PrecompOctreeNode
A serialisable representation of an octree node.
Variables
Name | Description |
---|---|
Geo::u8 occupied | one bit per child, indicates that this child octant is occupied by an octree node. |
Friends
Name | Description |
---|---|
friend void WriteObject(Writer &writer, const PrecompOctreeNode &node) | Write to any type compatible with IffWriter. |