Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-18 16:53:18 +00:00
parent 487962ad31
commit 32204b483f
2 changed files with 7 additions and 6 deletions

View File

@ -1010,7 +1010,7 @@ namespace Ogre
iterPatch->second.computeNormalsFromVolume(volIter);
iterPatch->second.endDefinition();
bool removedVertex = false;
//for(uint ct = 0; ct < 10; ct++)
//for(uint ct = 0; ct < 20; ct++)
do
{
removedVertex = iterPatch->second.decimate3();