class OSGUTIL_EXPORT osgUtil::TransformCallback


Inheritance:


Public Methods

[more] TransformCallback(const osg::Vec3& pivot, const osg::Vec3& axis, float angularVelocity)
[more]void setPause(bool pause)
[more]virtual void operator()(osg::Node* node, osg::NodeVisitor* nv)
implements the callback

Protected Fields

[more]float _angular_velocity
[more]osg::Vec3 _pivot
[more]osg::Vec3 _axis
[more]int _previousTraversalNumber
[more]double _previousTime
[more]bool _pause


Documentation

o TransformCallback(const osg::Vec3& pivot, const osg::Vec3& axis, float angularVelocity)

ovoid setPause(bool pause)

ovirtual void operator()(osg::Node* node, osg::NodeVisitor* nv)
implements the callback

ofloat _angular_velocity

oosg::Vec3 _pivot

oosg::Vec3 _axis

oint _previousTraversalNumber

odouble _previousTime

obool _pause


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.