![]() |
vrecko
virtual reality framework
|
#include <HighlightCallback.h>
Public Member Functions | |
| HighlightCallback (double increment) | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| double | getIncrementValue () const |
| void | setIncrementValue (double val) |
| bool | getHighlighted () const |
| void | setHighlighting (bool val) |
| void | switchHighlighting () |
Protected Attributes | |
| bool | _highlighted |
| bool | _dirty |
| double | _increment |
| osg::Vec4 | _incrementVec |
| osg::ref_ptr< osg::Vec4Array > | _origColors |
Highlights any kind of node
|
inline |
|
inline |
|
inline |
Getters and setters
|
virtual |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |