mirror of
https://github.com/celisej567/metaballs.git
synced 2026-02-25 14:36:35 +03:00
Updated README with new gifs
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Unity 3D metaballs
|
||||
Unity 3D implementation of marching cubes algorithm for rendering metaballs. Metaballs can be used for gameplay purposes (gels in Valve's Portal 2), or as a decoration, as shown in the image below. They can also be used to visualise various fields in physics (for example, each metaball can represent single point charge, and electrostatic potetial due to point charge equation can be used as a falloff function).
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Metaball functions are envaluated on either GPU or CPU. GPU mode performs about 10x faster than CPU. Currently there is only one falloff functions available:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user