Currently I am trying to implement the marching cubes algorithm in my project. It uses Unity 3 and C#. But I need to find a proper implementation example to truly understand its inner working.
I found one called Metaballs, but It is too complex in the sense that this specific case uses marching cube to dynamically modify a mesh over time.
I'm looking for a simple case so a newbie can understand what's going on.
Thanks