Marching Cubes ============== We study the marching cubes algorithm, which converts a volumetric signed distance field into a surface mesh representation. `Algorithm Description `_ `Video Illustration `_ `Sample Code and Marching Tetrahedra `_