Exploring Metaballs Marching Squares Demo
Exploring Metaballs Marching Squares Demo reveals several interesting facts.
- Reference: https://jamie-wong.com/2014/08/19/
- This tutorial covers implementing
- My very first atempt on compute shaders in opengl. Heavily inspired by : https://youtu.be/6oMZb3yP_H8.
- Marching Squares demo
- Algorithm itself is actually Transvoxel from http://transvoxel.org.
In-Depth Information on Metaballs Marching Squares Demo
Made in opengl using compute shaders Comment if you would like to see the source code! It is speed up 6x and coded with python Made to test my math Library, it is work in progress ... https://github.com/feyeh-sbu/ ...
here is a blog where you can understand how it works : http://jamie-wong.com/2014/08/19/
Stay tuned for more updates related to Metaballs Marching Squares Demo.