Versions Compared

Key

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

class Enlighten::PipelineBoxSetProbeRegion

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

Typedefs

NameDescription
Geo::GeoArray< Geo::GeoBoundingBox > BoxArray

An array of boxes.

Variables

NameDescription
BoxArray m_Boxes

The boxes that define the region.

Geo::GeoFileString m_Name

Name of this region.

Geo::GeoFileString m_Paramset

The optional name of the probe parameter set associated with this probe region.

ProbeOctreeResolution m_Resolution

Resolution at which probes are placed.

Geo::GeoFileString m_Zone

The zone which contains this region.

Functions


Anchor
a1f7142472cf81764d6ad63b3ac5d9081
a1f7142472cf81764d6ad63b3ac5d9081

Enlighten::PipelineBoxSetProbeRegion::PipelineBoxSetProbeRegion

...

public: PipelineBoxSetProbeRegion
(
    Geo::GeoFileString name,
    Geo::GeoFileString zone,
    ProbeOctreeResolution resolution,
    BoxArray && boxes
)

...

Constructor.