#include <ACG/Scenegraph/BoundingBoxNode.hh>


Public Member Functions | |
| BoundingBoxNode (BaseNode *_parent=0, std::string _name="<BoundingBoxNode>") | |
| default constructor | |
| virtual | ~BoundingBoxNode () |
| destructor | |
| ACG_CLASSNAME (BoundingBoxNode) | |
| static name of this class | |
| unsigned int | availableDrawModes () const |
| return available draw modes | |
| void | draw (GLState &_state, unsigned int _drawMode) |
| draw lines and normals | |
BoundingBoxNode renders the bounding box of its childe nodes
Definition at line 77 of file BoundingBoxNode.hh.