Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-21 12:54:11 +00:00
parent d467a3a314
commit 2f5f179886
3 changed files with 70 additions and 20 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)