Isosurface Extraction
Marching Cubes divides space into a 3D grid. For each cube, it determines which vertices are inside/outside the isosurface, then uses a lookup table to generate triangles that approximate the surface.
256 possible configurations