PixelLightAPI
.
|
Abstract base scene node for coordinate axis visualization. More...
#include <SNCoordinateAxis.h>
Public Types | |
enum | EFlags { DepthTest = 1<<10, NoXText = 1<<11, NoYText = 1<<12, NoZText = 1<<13 } |
Scene node flags (SceneNode flags extension) More... |
Abstract base scene node for coordinate axis visualization.
Scene node flags (SceneNode flags extension)
DepthTest |
Perform a depth test |
NoXText |
Do NOT draw the x-axis text |
NoYText |
Do NOT draw the y-axis text |
NoZText |
Do NOT draw the z-axis text |
Reimplemented from PLScene::SceneNode.
|