Better: Marching Cubes Algorithm
- Define a grid of cubes with voxel points at vertices of each cube.
- Eight voxel points influence each cube.
- For each of the 28=256 possibilities, define what
internal polygon to draw in the cube.
- (Remember: this is the final step of implicit surface
polygonalization.)