Public Methods | |
TransformCallback (const osg::Vec3 &pivot, const osg::Vec3 &axis, float angularVelocity) | |
virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
Callback method call by the NodeVisitor when visiting a node. | |
Protected Attributes | |
float | _angular_velocity |
osg::Vec3 | _pivot |
osg::Vec3 | _axis |
int | _previousTraversalNumber |
double | _previousTime |
|
|
|
Callback method call by the NodeVisitor when visiting a node.
Reimplemented from osg::NodeCallback. |
|
|
|
|
|
|
|
|
|
|