15#ifndef OSGUTIL_TRANSFORMCALLBACK
16#define OSGUTIL_TRANSFORMCALLBACK 1
Vec3f Vec3
Definition Vec3:21
The osgUtil library provides general purpose utility classes such as update, cull and draw traverses,...
Definition NodeVisitor:25
Deprecated.
Definition Callback:215
Base class for all internal nodes in the scene graph.
Definition Node:72
Visitor for type safe operations on osg::Nodes.
Definition NodeVisitor:82
osg::Vec3 _pivot
Definition TransformCallback:40
virtual void operator()(osg::Node *node, osg::NodeVisitor *nv)
implements the callback
bool _pause
Definition TransformCallback:45
void setPause(bool pause)
Definition TransformCallback:32
osg::Vec3 _axis
Definition TransformCallback:41
double _previousTime
Definition TransformCallback:44
float _angular_velocity
Definition TransformCallback:39
TransformCallback(const osg::Vec3 &pivot, const osg::Vec3 &axis, float angularVelocity)
unsigned int _previousTraversalNumber
Definition TransformCallback:43
#define OSGUTIL_EXPORT
Definition Export:40