Versions Compared

Key

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

class Enlighten::PrecompInputOctreeVolume

A volume for which probes will be placed at the specified resolution.

Variables

NameDescription
const IPrecompVolumeQuery * m_Query

The query for this input octree volume.

ProbeOctreeResolution m_Resolution

The resolution of this input octree volume.

Functions

NameDescription
PrecompInputOctreeVolume(ProbeOctreeResolution, const IPrecompVolumeQuery &)

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


Anchor
a96add9058f25b92c48fbd79367ea3a6b
a96add9058f25b92c48fbd79367ea3a6b

Enlighten::PrecompInputOctreeVolume::PrecompInputOctreeVolume

...

public: PrecompInputOctreeVolume
(
    ProbeOctreeResolution resolution,
    const IPrecompVolumeQuery & query
)

...

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