From Chris Hanson, typo and comment clean ups
This commit is contained in:
@@ -88,6 +88,7 @@ namespace osgAnimation
|
||||
* 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 weight The weight 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; }
|
||||
|
||||
Reference in New Issue
Block a user