ugh, grammar again

This commit is contained in:
Dario Zubovic
2016-09-16 19:11:24 +02:00
committed by GitHub
parent d606c1657e
commit 7f3a8b15aa

View File

@@ -1,5 +1,5 @@
# 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 used as a falloff function).
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).
![](https://github.com/dario-zubovic/metaballs/raw/master/gif.gif)