Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/Scenegraph/SceneGraph.hh>
Public Member Functions | |
DrawAction (const DrawModes::DrawMode &_drawMode, GLState &_state, bool _blending) | |
Constructor: draws the scenegraph using _drawMode. More... | |
bool | operator() (BaseNode *_node) |
void | enter (BaseNode *_node) |
void | leave (BaseNode *_node) |
Private Attributes | |
GLState & | state_ |
DrawModes::DrawMode | drawMode_ |
bool | blending_ |
This action is used to traverse and draw a scenegraph using the draw mode specified in the constructor. Specify if you want to draw solid or transparent objects. Needs GLState.
Definition at line 687 of file SceneGraph.hh.
|
inline |
Constructor: draws the scenegraph using _drawMode.
Definition at line 692 of file SceneGraph.hh.
|
inline |
Definition at line 711 of file SceneGraph.hh.
|
inline |
Definition at line 719 of file SceneGraph.hh.
|
inline |
Definition at line 697 of file SceneGraph.hh.
|
private |
Definition at line 731 of file SceneGraph.hh.
|
private |
Definition at line 730 of file SceneGraph.hh.
|
private |
Definition at line 729 of file SceneGraph.hh.