From cb19d14d45f8593d549b2d19971c0ba7355fe7db Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Nov 2005 15:14:15 +0000 Subject: [PATCH] Updated wrappers. --- src/osgWrappers/osg/AnimationPath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgWrappers/osg/AnimationPath.cpp b/src/osgWrappers/osg/AnimationPath.cpp index 54eb1c657..61a3fc1ba 100644 --- a/src/osgWrappers/osg/AnimationPath.cpp +++ b/src/osgWrappers/osg/AnimationPath.cpp @@ -100,6 +100,7 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPathCallback) I_Method0(const char *, libraryName); I_Method0(const char *, className); I_ConstructorWithDefaults3(IN, osg::AnimationPath *, ap, , IN, double, timeOffset, 0.0, IN, double, timeMultiplier, 1.0); + I_Constructor3(IN, const osg::Vec3d &, pivot, IN, const osg::Vec3d &, axis, IN, float, angularVelocity); I_Method1(void, setAnimationPath, IN, osg::AnimationPath *, path); I_Method0(osg::AnimationPath *, getAnimationPath); I_Method0(const osg::AnimationPath *, getAnimationPath);