Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-23 16:17:18 +00:00
parent bcb530942a
commit 9121f39853
3 changed files with 133 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 < 3; ct++)
//for(uint ct = 0; ct < 7; ct++)
do
{
removedVertex = iterPatch->second.decimateOneVertex();