This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels