Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-18 15:41:59 +00:00
parent 377b7a5cdd
commit 336eba9680
6 changed files with 82 additions and 23 deletions

View File

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