Commented out call to osgUtil::Simplifier as this utility is not yet functional
This commit is contained in:
@@ -2184,7 +2184,7 @@ osg::Node* DataSet::DestinationTile::createPolygonal()
|
||||
geometry->setColorBinding(osg::Geometry::BIND_OVERALL);
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 0
|
||||
osgUtil::Simplifier simplifier;
|
||||
simplifier.simplify(*geometry,0.5f); // this will replace the normal vector with a new one
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user