Overview of the Marching Cubes Algorithm
Marching Cubes is a computer graphics algorithm used for extracting a polygonal mesh from a three-dimensional scalar field (such as a volumetric data set).
In simple words, it takes in list of numbers and conv...