3D Programming - Simple Marching Cubes - v02 | OpenGL

Smoother version. Now the vertex on each edge is computed via interpolation according to actual densities at corners, while in the very basic version shown in previous video I just took the edge mid point. I added also the possibility to move the surface at different density values.
Back to Top