Nesh108 / Unity_MetaBalls_Liquids

A simple liquid simulation using MetaBalls.

Home Page:https://wiki.unity3d.com/index.php?title=MetaBalls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity MetaBalls Liquids

A simple liquid simulation using MetaBalls.

Before

Old Metaballs

The basic MetaBalls are balls moving by simple math functions, good to quickly test the concepts but not easy to use right away.

After

New Metaballs

The new MetaBalls are based on the same code with some improvements, such as gravity, collisions and grounded water effect (the metaballs "splash" when hitting the ground).

Credits

About

A simple liquid simulation using MetaBalls.

https://wiki.unity3d.com/index.php?title=MetaBalls

License:MIT License


Languages

Language:C# 100.0%