Exploring Metaballs Marching Squares Demo
Exploring Metaballs Marching Squares Demo reveals several interesting facts.
- here is a blog where you can understand how it works : http://jamie-wong.com/2014/08/19/
- This tutorial covers implementing
- ...
- A quick look at the current status of my implementation of "cubical
- Marching squares
In-Depth Information on Metaballs Marching Squares Demo
Made in opengl using compute shaders Comment if you would like to see the source code! My very first atempt on compute shaders in opengl. Heavily inspired by : https://youtu.be/6oMZb3yP_H8. In this video, we start with an interesting animation of blobby objects which we introduce as https://github.com/feyeh-sbu/
Algorithm itself is actually Transvoxel from http://transvoxel.org.
Stay tuned for more updates related to Metaballs Marching Squares Demo.