![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
Inheritance diagram for MeshDeformation:Public Attributes | |
| Vector3[] | originalVertices |
| Vector3[] | newVertices |
| Vector3[] | tmpVerticies |
| float | amount = 0.1f |
| Vector2 | speeds = new Vector2(0.2f, 0.5f) |
Private Member Functions | |
| void | Awake () |
| void | LateUpdate () |
| void | warp () |
Private Attributes | |
| Mesh | mesh |