Versions Compared

Key

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

class Enlighten::PipelinePointSetProbeRegion

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

Typedefs

NameDescription
Geo::GeoArray< Geo::v128 > PointArray

An array of points.

Variables

NameDescription
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.

PointArray m_Points

The points that define the region.

ProbeOctreeResolution m_Resolution

Resolution at which probes are placed.

Geo::GeoFileString m_Zone

The zone which contains this region.

Functions


Anchor
a58b9e64d4b2d6b09708ab381c6dbc915
a58b9e64d4b2d6b09708ab381c6dbc915

Enlighten::PipelinePointSetProbeRegion::PipelinePointSetProbeRegion

...

public: PipelinePointSetProbeRegion
(
    Geo::GeoFileString name,
    Geo::GeoFileString zone,
    ProbeOctreeResolution resolution,
    PointArray && points
)

...

Constructor.