Metaballs, also known as blobby objects, are n-dimensional isosurfaces that meld together when in close proximity. Marching Cubes is the algorithm used here to create the triangle meshes. The ...
This research project implements the original marching cubes algorithm and octree marching cubes by C++, outputs the obj file of the generated ISO surface based on input SDF values, and visualizes it ...