PixelLightAPI  .
Public Types
PLScene::SNCoordinateAxis Class Reference

Abstract base scene node for coordinate axis visualization. More...

#include <SNCoordinateAxis.h>

Inheritance diagram for PLScene::SNCoordinateAxis:
Inheritance graph
[legend]

List of all members.

Public Types

enum  EFlags { DepthTest = 1<<10, NoXText = 1<<11, NoYText = 1<<12, NoZText = 1<<13 }
 Scene node flags (SceneNode flags extension) More...

Detailed Description

Abstract base scene node for coordinate axis visualization.


Member Enumeration Documentation

Scene node flags (SceneNode flags extension)

Enumerator:
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.


The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:41
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported