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
Name | Description |
---|---|
PipelineProbeVolume(Geo::GeoFileString, Geo::GeoPoint3D, Geo::GeoVector3, Geo::GeoVector3, Geo::GeoVector3, Geo::GeoVector3, Geo::GeoVector3) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
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.