This is the documentation for Enlighten.

class Enlighten PrecompInputOctreeBoxSet

class Enlighten::PrecompInputOctreeBoxSet

A set of boxes for which probes will be placed at the specified resolution.

Variables

Name Description
const Geo::GeoBoundingBox * m_Boxes

The array of boxes.

Geo::s32 m_Count

The number of entries in m_Boxes.

ProbeOctreeResolution m_Resolution

The resolution.

Functions

Name Description
PrecompInputOctreeBoxSet(ProbeOctreeResolution, const Geo::GeoBoundingBox *, Geo::s32)

Construct a PrecompInputOctreeBoxSet that represents a region of 3D space at the given resolution.


Enlighten::PrecompInputOctreeBoxSet::PrecompInputOctreeBoxSet


public: PrecompInputOctreeBoxSet
(
    ProbeOctreeResolution resolution,
    const Geo::GeoBoundingBox * boxes,
    Geo::s32 count
)


Construct a PrecompInputOctreeBoxSet that represents a region of 3D space at the given resolution.