#include <osghandle.h>
Collaboration diagram for OsgHandle:
Public Member Functions | |
OsgHandle () | |
OsgHandle (osg::Group *scene, osg::TessellationHints *tesselhints[3], osg::StateSet *normalState, osg::StateSet *transparentState, const Color &color) | |
~OsgHandle () | |
OsgHandle | changeColor (const Color &color) const |
OsgHandle | changeAlpha (double alpha) const |
Public Attributes | |
bool | drawBoundings |
decides whether to draw bounding boxes | |
osg::Group * | scene |
osg::TessellationHints * | tesselhints [3] |
osg::StateSet * | normalState |
osg::StateSet * | transparentState |
Color | color |
bool | noGraphics |
OsgHandle | ( | ) |
OsgHandle | ( | osg::Group * | scene, | |
osg::TessellationHints * | tesselhints[3], | |||
osg::StateSet * | normalState, | |||
osg::StateSet * | transparentState, | |||
const Color & | color | |||
) |
~OsgHandle | ( | ) |
OsgHandle changeAlpha | ( | double | alpha | ) | const |
bool drawBoundings |
decides whether to draw bounding boxes
bool noGraphics |
osg::StateSet* normalState |
osg::Group* scene |
osg::TessellationHints* tesselhints[3] |
osg::StateSet* transparentState |