Inheritance diagram for osgUtil::TriStripVisitor:
Public Methods | |
TriStripVisitor () | |
default to traversing all children. | |
virtual void | apply (osg::Geode &geode) |
apply stripify method to all geode geometry. | |
Static Public Methods | |
void | stripify (osg::Geometry &drawable) |
convert mesh primitives in Geometry into Tri Strips using NvTriStrip. |
The current implemention is based up NVidia's NvTriStrip.
|
default to traversing all children.
|
|
apply stripify method to all geode geometry.
Reimplemented from osg::NodeVisitor. |
|
convert mesh primitives in Geometry into Tri Strips using NvTriStrip. Converts all primitive types except points and lines, linestrips which it leaves unchanged. |