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 »

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


static PipelineWorldAxes Enlighten::PipelineWorldAxes::Default


public: PipelineWorldAxes Default()


The default values.


Enlighten::PipelineWorldAxes::PipelineWorldAxes


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


Constructor.

  • No labels