Updated wrappers

This commit is contained in:
Robert Osfield
2009-06-30 07:33:16 +00:00
parent e30e4df30c
commit a73a403301
6 changed files with 86 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Animation)
I_Constructor0(____Animation,
"",
"");
I_Constructor2(IN, const osgAnimation::Animation &, anim, IN, const osg::CopyOp &, x,
I_Constructor2(IN, const osgAnimation::Animation &, x, IN, const osg::CopyOp &, x,
____Animation__C5_osgAnimation_Animation_R1__C5_osg_CopyOp_R1,
"",
"");

View File

@@ -28,6 +28,16 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::Channel)
I_Constructor0(____Channel,
"",
"");
I_Constructor1(IN, const osgAnimation::Channel &, channel,
Properties::NON_EXPLICIT,
____Channel__C5_Channel_R1,
"",
"");
I_Method0(osgAnimation::Channel *, clone,
Properties::PURE_VIRTUAL,
__Channel_P1__clone,
"",
"");
I_Method1(void, update, IN, float, time,
Properties::PURE_VIRTUAL,
__void__update__float,