Versions Compared

Key

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

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

NameDescription
PipelineWorldAxis m_Forward

The axis pointing forward.

PipelineWorldAxis m_Left

The axis pointing leftward.

PipelineWorldAxis m_Up

The axis pointing upward.

Functions


Anchor
acbc14aa22200d15c27086b40c24f14c0
acbc14aa22200d15c27086b40c24f14c0

static PipelineWorldAxes Enlighten::PipelineWorldAxes::Default

...

public: PipelineWorldAxes Default()

...

The default values.


Anchor
a48935e2ca9b360dd7538ec6ec27b7a09
a48935e2ca9b360dd7538ec6ec27b7a09

Enlighten::PipelineWorldAxes::PipelineWorldAxes

...

public: PipelineWorldAxes
(
    PipelineWorldAxis forward,
    PipelineWorldAxis left,
    PipelineWorldAxis up
)

...

Constructor.