From Chris Hanson, "Fixed case of morphTarget argument in Doxygen comments."

This commit is contained in:
Robert Osfield
2009-04-21 10:46:45 +00:00
parent c6a4fc6680
commit 655f7df28e

View File

@@ -87,7 +87,7 @@ namespace osgAnimation
* then increment its reference count, add it to the MorphTargets list and
* dirty the bounding sphere to force it to be recomputed on the next
* call to \c getBound().
* @param MorphTarget The \c MorphTarget to be added to the \c MorphGeometry.
* @param morphTarget The \c MorphTarget to be added to the \c MorphGeometry.
* @return \c true for success; \c false otherwise.
*/
virtual void addMorphTarget( osg::Geometry *morphTarget, float weight = 1.0 ) { _morphTargets.push_back(MorphTarget(morphTarget, weight)); _dirty = true; }