class OSGUTIL_EXPORT osgUtil::TriStripVisitor

A tri stripping visitor for converting GeoSet primitives into tri strips.

Inheritance:


Public Methods

[more] TriStripVisitor()
default to traversing all children
[more]static void stripify(osg::GeoSet& gset)
convert mesh primitives in geoset into Tri Strips using NvTriStrip.
[more]virtual void apply(osg::Geode& geode)
apply stripify method to all geode geosets


Documentation

A tri stripping visitor for converting GeoSet primitives into tri strips. The current implemention is based up NVidia's NvTriStrip.
o TriStripVisitor()
default to traversing all children

ostatic void stripify(osg::GeoSet& gset)
convert mesh primitives in geoset into Tri Strips using NvTriStrip. Converts all primitive types except points and lines, linestrips which it leaves unchanged.

ovirtual void apply(osg::Geode& geode)
apply stripify method to all geode geosets


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.