Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-21 22:34:22 +00:00
parent 63c5886d1d
commit f569abe501
3 changed files with 40 additions and 22 deletions

View File

@ -70,7 +70,7 @@ namespace Ogre
volIter.setVoxelAt(x,y,z,0);
}
}
//volIter.setVoxelAt(130,130,23,0);
volIter.setVoxelAt(130,130,23,0);
//Periodically see if we can tidy the memory to avoid excessive usage during loading.
if(z%OGRE_BLOCK_SIDE_LENGTH == OGRE_BLOCK_SIDE_LENGTH-1)