/
class Enlighten ProbeSetOctreeNode
This is the documentation for Enlighten.
class Enlighten ProbeSetOctreeNode
class Enlighten::ProbeSetOctreeNode
The data associated with each non-empty octree node.
Nodes are always either full or empty, so we pack the data for the eight child nodes into each non-empty node. Empty nodes are simply not stored.
Variables
Name | Description |
---|---|
Geo::u16 m_ChildrenOffsets[8] | child offsets relative to this node. A value of 0xffff indicates the child is empty. |
Geo::u32 m_Probes[27] | a 3x3x3 array of probe indices. A value of 0xffffffff indicates the probe was culled. |
Geo::u32 m_Resolutions | 4 bits per child. A value of 0xf indicates the child was culled. |
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Debug with Enlighten tools
Debug with Enlighten tools
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Probe placement
Probe placement
More like this
5. Understand the lighting
5. Understand the lighting
More like this
1: Open the level
1: Open the level
More like this