Changed the minium tri strip length to 2 rather than 0.
This commit is contained in:
@@ -35,7 +35,7 @@ class OSGUTIL_EXPORT TriStripVisitor : public osg::NodeVisitor
|
||||
TriStripVisitor() :
|
||||
osg::NodeVisitor( osg::NodeVisitor::TRAVERSE_ALL_CHILDREN ),
|
||||
_cacheSize( 24 ),
|
||||
_minStripSize( 0 )
|
||||
_minStripSize( 2 )
|
||||
{}
|
||||
|
||||
/** Convert mesh primitives in Geometry into Tri Strips.
|
||||
|
||||
Reference in New Issue
Block a user