Updated wrappers

This commit is contained in:
Robert Osfield
2009-04-21 12:02:15 +00:00
parent a551c4864d
commit 425cb87487
2 changed files with 25 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::MorphGeometry)
Properties::VIRTUAL,
__void__addMorphTarget__osg_Geometry_P1__float,
"Add a MorphTarget to the MorphGeometry. ",
" param MorphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. ");
" param morphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. ");
I_Method2(void, setWeight, IN, unsigned int, index, IN, float, morphWeight,
Properties::NON_VIRTUAL,
__void__setWeight__unsigned_int__float,