Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-23 16:52:23 +00:00
parent 9121f39853
commit 27f98b2b6a
2 changed files with 4 additions and 4 deletions

View File

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