This is the documentation for Enlighten.

class Enlighten ExporterProbeRegion

class Enlighten::ExporterProbeRegion

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

Variables

Name Description
InputProbeRegionPtr m_InputProbeRegion

The voxel set to serialize.

Geo::GeoFileString m_Name

The name of the probe octree.

Functions


Enlighten::ExporterProbeRegion::ExporterProbeRegion


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


Constructor.