Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 909 Bytes

File metadata and controls

24 lines (16 loc) · 909 Bytes

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