- Timestamp:
- 04/21/09 14:02:15 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgAnimation/MorphGeometry.cpp
r9878 r10058 105 105 __void__addMorphTarget__osg_Geometry_P1__float, 106 106 "Add a MorphTarget to the MorphGeometry. ", 107 " param MorphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. ");107 " param morphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. "); 108 108 I_Method2(void, setWeight, IN, unsigned int, index, IN, float, morphWeight, 109 109 Properties::NON_VIRTUAL,
