Removed usage of the osgUtil::TriStripVisitor is it generates osg::Geometry that perform very poorly when using VBO and VAO's vs GL DisplayLists.
With DisplayLists being deprecated in GL and VBO and VAO becoming standard it's best to standardize on using the osgUtil::MeshOptimizers instead of TripStrupVisitor
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
#include <osgDB/FileNameUtils>
|
||||
#include <osgDB/FileUtils>
|
||||
|
||||
#include <osgUtil/TriStripVisitor>
|
||||
|
||||
/// \class ReaderWritterOpenCASCADE
|
||||
/// \brief contains implementation of reading IGES models
|
||||
/// depends on OpenCascade library
|
||||
|
||||
Reference in New Issue
Block a user