Versions Compared

Key

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

class Enlighten::PipelineProbeRegion

A probe region object, corresponding to a <probeRegion> element in the .scene file.

Variables

NameDescription
InputProbeRegionPtr m_InputProbeRegion

The voxel set to serialise.

Geo::GeoFileString m_Name

The name of the probe octree.

Functions


Anchor
a3842ccca828ffa1501be31dbb97fe578
a3842ccca828ffa1501be31dbb97fe578

Enlighten::PipelineProbeRegion::PipelineProbeRegion

...

public: PipelineProbeRegion
(
    Geo::GeoFileString name,
    InputProbeRegionPtr && inputVoxelSet
)

...

Constructor.