Versions Compared

Key

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

class Enlighten::PipelineProbeVolume

A probe volume object, corresponding to a <probeVolume> element in the .scene file.

Variables

NameDescription
Geo::GeoVector3 m_N

One of the three basis vectors.

Geo::GeoFileString m_Name

Name attribute.

Geo::GeoVector3 m_Position

Position attribute.

Geo::GeoPoint3D m_Resolution

Resolution attribute.

Geo::GeoVector3 m_Size

Size attribute.

Geo::GeoVector3 m_U

One of the three basis vectors.

Geo::GeoVector3 m_V

One of the three basis vectors.

Functions


Anchor
a7342494dbbe11c1d11f2f8c6337edb72
a7342494dbbe11c1d11f2f8c6337edb72

Enlighten::PipelineProbeVolume::PipelineProbeVolume

...

public: PipelineProbeVolume
(
    Geo::GeoFileString name,
    Geo::GeoPoint3D resolution,
    Geo::GeoVector3 position,
    Geo::GeoVector3 size,
    Geo::GeoVector3 u,
    Geo::GeoVector3 v,
    Geo::GeoVector3 n
)

...

Constructor.