Added back in tri stripping of geometry tiles

This commit is contained in:
Robert Osfield 2004-03-30 22:06:01 +00:00
parent 5bd4dd2010
commit d73824f0a1

View File

@ -1924,6 +1924,7 @@ osg::Geometry* DataSet::DestinationTile::createDrawablePolygonal()
}
}
//geometry->setUseDisplayList(false);
geometry->setVertexArray(&v);
if (n)
@ -2025,7 +2026,7 @@ osg::Geometry* DataSet::DestinationTile::createDrawablePolygonal()
skirtDrawElements[ei++] = firstSkirtVertexIndex;
}
#if 0
#if 1
osgUtil::TriStripVisitor tsv;
tsv.stripify(*geometry);
#endif