3D Programming - Simple Marching Cubes - v01 | OpenGL

Just a very basic implementation of Marching Cubes on the CPU. This is just a first very basic implementation, in which I put vertices just at edge midpoints instead of actually interpolating according to densities at corners. You can see the difference in the next video that I posted. C and OpenGL
Back to Top