Commented out call to osgUtil::Simplifier as this utility is not yet functional

This commit is contained in:
Robert Osfield
2004-04-12 21:30:23 +00:00
parent c80de01fd7
commit 122a20f9e1

View File

@@ -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