Work on mesh decimation.
This commit is contained in:
@ -61,10 +61,10 @@ namespace Ogre
|
||||
volIter.setVoxelAt(x,y,z,value);
|
||||
if(z < 24)
|
||||
{
|
||||
//if(x % 32 < 16)
|
||||
if(x % 32 < 16)
|
||||
volIter.setVoxelAt(x,y,z,4);
|
||||
/*else
|
||||
volIter.setVoxelAt(x,y,z,5);*/
|
||||
else
|
||||
volIter.setVoxelAt(x,y,z,5);
|
||||
}
|
||||
else
|
||||
volIter.setVoxelAt(x,y,z,0);
|
||||
|
Reference in New Issue
Block a user