This is the documentation for Enlighten.
struct Enlighten PipelineWorldAxes
struct Enlighten::PipelineWorldAxes
The permutation of the "axes" attribute of the <scene> element of the .scene file Use this to enable the Enlighten debugging tools to display your scene correctly.
Variables
| Name | Description |
|---|---|
| PipelineWorldAxis m_Forward | The axis pointing forward. |
| PipelineWorldAxis m_Left | The axis pointing leftward. |
| PipelineWorldAxis m_Up | The axis pointing upward. |
Functions
| Name | Description |
|---|---|
| Default() | The default values. |
| PipelineWorldAxes(PipelineWorldAxis, PipelineWorldAxis, PipelineWorldAxis) | Constructor. |
static PipelineWorldAxes Enlighten::PipelineWorldAxes::Default
public: PipelineWorldAxes Default()
The default values.
Enlighten::PipelineWorldAxes::PipelineWorldAxes
public: PipelineWorldAxes
(
PipelineWorldAxis forward,
PipelineWorldAxis left,
PipelineWorldAxis up
)
Constructor.
, multiple selections available,