Initial version of new experimental marching cubes algorithm. Currently about half as fast.

This commit is contained in:
David Williams
2008-06-03 19:14:27 +00:00
parent 72a4e9902c
commit e49859fc40
5 changed files with 454 additions and 12 deletions

View File

@ -55,7 +55,8 @@ namespace PolyVox
void setVoxel(VoxelType tValue);
bool isValidForRegion(void) const;
void moveForwardInRegion(void);
void moveForwardInRegionFast(void);
bool moveForwardInRegionXYZ(void);
VoxelType peekVoxel1nx1ny1nz(void) const;
VoxelType peekVoxel1nx1ny0pz(void) const;