Updated wrappers.

This commit is contained in:
Robert Osfield
2005-10-13 08:18:12 +00:00
parent d2dbb7cf50
commit 5f3ec7dbcb
13 changed files with 252 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ BEGIN_VALUE_REFLECTOR(osg::AnimationPath::ControlPoint)
I_Method1(void, setScale, IN, const osg::Vec3d &, scale);
I_Method0(const osg::Vec3d &, getScale);
I_Method3(void, interpolate, IN, float, ratio, IN, const osg::AnimationPath::ControlPoint &, first, IN, const osg::AnimationPath::ControlPoint &, second);
I_Method3(void, interpolate, IN, double, ratio, IN, const osg::AnimationPath::ControlPoint &, first, IN, const osg::AnimationPath::ControlPoint &, second);
I_Method1(void, getMatrix, IN, osg::Matrixf &, matrix);
I_Method1(void, getMatrix, IN, osg::Matrixd &, matrix);
I_Method1(void, getInverse, IN, osg::Matrixf &, matrix);