Show
Ignore:
Timestamp:
10/24/04 16:42:40 (9 years ago)
Author:
robert
Message:

From Geoff Michel, speeling and typo fixes in osgUtil

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/include/osgUtil/TriStripVisitor

    r3432 r3526  
    2626 
    2727/** A tri stripping visitor for converting Geometry surface primitives into tri strips. 
    28   * The current implemention is based up Tanguy Fautre's triangulation code. 
     28  * The current implemention is based upon Tanguy Fautre's triangulation code. 
    2929  */ 
    3030class OSGUTIL_EXPORT TriStripVisitor : public osg::NodeVisitor 
     
    4646        void stripify(osg::Geometry& drawable); 
    4747 
    48         /** Stripfy the accumulated list of Geometry drawables.*/ 
     48        /** Stripify (make into strips of tria or quads) the accumulated list of Geometry drawables.*/ 
    4949        void stripify(); 
    5050 
    51         /// accumulate the Geometry drawables to stripify 
     51        /// Accumulate the Geometry drawables to make into strips. 
    5252        virtual void apply(osg::Geode& geode); 
    5353