This is the documentation for Enlighten.
class Enlighten PrecompInputOctreeVolume
class Enlighten::PrecompInputOctreeVolume
A volume for which probes will be placed at the specified resolution.
Variables
Name | Description |
---|---|
const IPrecompVolumeQuery * m_Query | The query for this input octree volume. |
ProbeOctreeResolution m_Resolution | The resolution of this input octree volume. |
Functions
Name | Description |
---|---|
PrecompInputOctreeVolume(ProbeOctreeResolution, const IPrecompVolumeQuery &) | Construct a PrecompInputOctreeVolume that represents a region of 3D space at the given resolution. |
Enlighten::PrecompInputOctreeVolume::PrecompInputOctreeVolume
public: PrecompInputOctreeVolume
(
  ProbeOctreeResolution resolution,
  const IPrecompVolumeQuery & query
)
Construct a PrecompInputOctreeVolume that represents a region of 3D space at the given resolution.