Updated wrappers

This commit is contained in:
Robert Osfield
2009-01-07 13:16:38 +00:00
parent 6bf59ffae9
commit 536384457a
7 changed files with 14 additions and 6 deletions

View File

@@ -241,7 +241,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Bone::BoneMapVisitor)
__C5_char_P1__className,
"return the name of the visitor's class type. ",
"Should be defined by derived classes. ");
I_Method1(void, apply, IN, osg::Node &, node,
I_Method1(void, apply, IN, osg::Node &, x,
Properties::VIRTUAL,
__void__apply__osg_Node_R1,
"",

View File

@@ -57,7 +57,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Action)
I_Constructor0(____Action,
"",
"");
I_Constructor2(IN, const osgAnimation::Action &, nc, IN, const osg::CopyOp &, x,
I_Constructor2(IN, const osgAnimation::Action &, x, IN, const osg::CopyOp &, x,
____Action__C5_Action_R1__C5_osg_CopyOp_R1,
"",
"");
@@ -142,7 +142,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Action::Callback)
I_Constructor0(____Callback,
"",
"");
I_Constructor2(IN, const osgAnimation::Action::Callback &, nc, IN, const osg::CopyOp &, x,
I_Constructor2(IN, const osgAnimation::Action::Callback &, x, IN, const osg::CopyOp &, x,
____Callback__C5_Callback_R1__C5_osg_CopyOp_R1,
"",
"");

View File

@@ -73,7 +73,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::VertexInfluenceMap)
I_Constructor0(____VertexInfluenceMap,
"",
"");
I_Constructor2(IN, const osgAnimation::VertexInfluenceMap &, infl, IN, const osg::CopyOp &, x,
I_Constructor2(IN, const osgAnimation::VertexInfluenceMap &, x, IN, const osg::CopyOp &, x,
____VertexInfluenceMap__C5_osgAnimation_VertexInfluenceMap_R1__C5_osg_CopyOp_R1,
"",
"");

View File

@@ -0,0 +1,3 @@
Bone.cpp
Timeline.cpp
VertexInfluence.cpp