From Alexander Wiebel, "I did some spell checking in my spare time. Here come 20 files."

This commit is contained in:
Robert Osfield
2010-09-24 14:53:10 +00:00
parent 73a4e775c0
commit f6517d2f8b
20 changed files with 28 additions and 28 deletions

View File

@@ -255,7 +255,7 @@ class OSG_EXPORT AnimationPathCallback : public NodeCallback
_pause(false),
_pauseTime(0.0) {}
/** Construct an AnimationPathCallback and automatical create an animation path to produce a rotation about a point.*/
/** Construct an AnimationPathCallback and automatically create an animation path to produce a rotation about a point.*/
AnimationPathCallback(const osg::Vec3d& pivot,const osg::Vec3d& axis,float angularVelocity);