Updated wrappers

This commit is contained in:
Robert Osfield
2009-10-22 12:03:36 +00:00
parent d743412605
commit 7690fee435
5 changed files with 95 additions and 58 deletions

View File

@@ -131,6 +131,14 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::UpdateMaterial)
__bool__link__osgAnimation_Channel_P1,
"",
"");
I_Method0(osgAnimation::Vec4Target *, getDiffuse,
Properties::NON_VIRTUAL,
__osgAnimation_Vec4Target_P1__getDiffuse,
"",
"");
I_SimpleProperty(osgAnimation::Vec4Target *, Diffuse,
__osgAnimation_Vec4Target_P1__getDiffuse,
0);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::UpdateTransform)