Inheritance diagram for osgUtil::TransformCallback:

Public Member Functions | |
| TransformCallback (const osg::Vec3 &pivot, const osg::Vec3 &axis, float angularVelocity) | |
| void | setPause (bool pause) |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| implements the callback | |
Protected Attributes | |
| float | _angular_velocity |
| osg::Vec3 | _pivot |
| osg::Vec3 | _axis |
| int | _previousTraversalNumber |
| double | _previousTime |
| bool | _pause |
|
||||||||||||||||
|
|
|
||||||||||||
|
implements the callback
Reimplemented from osg::NodeCallback. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|