This is the documentation for Enlighten.
The transform used by each instance object.
Name | Description |
---|---|
Geo::GeoVector4 m_Rotation | The rotation stored as a quaternion. |
Geo::GeoVector3 m_Scale | The scale. |
Geo::GeoVector3 m_Translation | The translation. |
Name | Description |
---|---|
ExporterTransform(Geo::GeoVector3, Geo::GeoVector4, Geo::GeoVector3) | Constructor. |
public: ExporterTransform
(
Geo::GeoVector3 translation,
Geo::GeoVector4 rotation,
Geo::GeoVector3 scale
)
Constructor.