Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XJINE/Unity_OverReaction
Deform mesh like a cartoon.
https://github.com/XJINE/Unity_OverReaction
unity
Last synced: about 2 months ago
JSON representation
Deform mesh like a cartoon.
- Host: GitHub
- URL: https://github.com/XJINE/Unity_OverReaction
- Owner: XJINE
- License: bsd-3-clause
- Created: 2017-08-08T00:10:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T12:37:48.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:13:33.395Z (5 months ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 2.66 MB
- Stars: 55
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_OverReaction
Deform mesh like a cartoon animation.
## How to Use
Just attach ``OverRaction.cs`` to your object.
| Field | Description |
|:---------------------|:--------------------------------------------------------|
| maxDeformScale | Object will not be stretched over this value. |
| minDeformScale | Object will not be compressed over this value. |
| deformPower | Object gets more deformable when this value get more. |
| undeformPower | Object gets more undeformable when this value get more. |