This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::PipelineProbeVolume

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

Variables

Name Description
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


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.

  • No labels