Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PrecompInputOctreeBoxSet

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

Variables

NameDescription
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

NameDescription
PrecompInputOctreeBoxSet(ProbeOctreeResolution, const Geo::GeoBoundingBox *, Geo::s32)

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


Anchor
ae01081f21a20cbbcd3d832797695ae1e
ae01081f21a20cbbcd3d832797695ae1e

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.