Changeset 10518 for OpenSceneGraph/trunk/include/osgAnimation/MorphGeometry
- Timestamp:
- 08/03/09 11:48:12 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgAnimation/MorphGeometry
r10504 r10518 132 132 }; 133 133 134 class OSGANIMATION_EXPORT UpdateMorph : public AnimationUpdateCallback 134 class OSGANIMATION_EXPORT UpdateMorph : public AnimationUpdateCallback<osg::NodeCallback> 135 135 { 136 136 protected:
