From 122a20f9e161d27d5fa2a833c0706ff5c2d4e5e8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 12 Apr 2004 21:30:23 +0000 Subject: [PATCH] Commented out call to osgUtil::Simplifier as this utility is not yet functional --- src/osgTerrain/DataSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgTerrain/DataSet.cpp b/src/osgTerrain/DataSet.cpp index c60206785..6ed30fedf 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -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