diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 03:51:30 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 03:51:30 -0800 |
| commit | 90173f46efd5866f67770d5551f5b378fc22631f (patch) | |
| tree | 94ee2bcfd7df47fb1789ed7bf2ecc2db7d371e4d /Examples/ex0_animator.json | |
| parent | bb0db51131f2c00d6aa08093ea4514ef98c15a57 (diff) | |
remove old example
Diffstat (limited to 'Examples/ex0_animator.json')
| -rw-r--r-- | Examples/ex0_animator.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Examples/ex0_animator.json b/Examples/ex0_animator.json deleted file mode 100644 index 51a262c..0000000 --- a/Examples/ex0_animator.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "api_version": "1.0", - "toggles": [ - { - "name": "Shirt", - "meshToggles": ["Shirt"], - "blendShapes": [ - { - "path": "Body", - "blendShape": "Chest_Hide" - } - ] - }, - { - "name": "Jacket", - "dependencies": ["Shirt"], - "meshToggles": ["Jacket"], - "blendShapes": [ - { - "path": "Body", - "blendShape": "Chest_Hide" - }, - ] - } - ] -} |
