Updated wrappers

This commit is contained in:
Robert Osfield
2009-09-14 16:07:27 +00:00
parent e53876bae9
commit b59556e2e6
14 changed files with 1331 additions and 108 deletions

View File

@@ -78,11 +78,6 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::AnimationManagerBase)
__void__clearTargets,
"Operation that must be done each frame. ",
"");
I_Method0(void, normalizeTargets,
Properties::NON_VIRTUAL,
__void__normalizeTargets,
"",
"");
I_Method0(osgAnimation::LinkVisitor *, getOrCreateLinkVisitor,
Properties::NON_VIRTUAL,
__LinkVisitor_P1__getOrCreateLinkVisitor,