Updated wrappers

This commit is contained in:
Robert Osfield
2009-08-31 15:10:38 +00:00
parent 641769a681
commit ea43bc7d52
8 changed files with 88 additions and 80 deletions

View File

@@ -43,11 +43,16 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::AnimationManagerBase)
__void__buildTargetReference,
"",
"");
I_Method1(void, registerAnimation, IN, osgAnimation::Animation *, animation,
I_Method1(void, registerAnimation, IN, osgAnimation::Animation *, x,
Properties::VIRTUAL,
__void__registerAnimation__Animation_P1,
"",
"");
I_Method1(void, unregisterAnimation, IN, osgAnimation::Animation *, x,
Properties::VIRTUAL,
__void__unregisterAnimation__Animation_P1,
"",
"");
I_Method1(void, link, IN, osg::Node *, subgraph,
Properties::VIRTUAL,
__void__link__osg_Node_P1,