#include <SceneGraph.hh>

Public Member Functions | |
| SetDrawModesAction (DrawModes::DrawMode _mode) | |
| bool | operator() (BaseNode *_node) |
Private Attributes | |
| DrawModes::DrawMode | newModes_ |
This action sets the draw mode on all nodes in a scenegraph. If the drawMode is not supported by the node, it will set it to default draw mode. If the given mode is the default mode it will be set on all nodes.
Definition at line 642 of file SceneGraph.hh.