diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-17 22:34:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-17 22:34:39 -0800 |
| commit | 341ed7537e96b1ec5b4543e52f73e5df9cfbd342 (patch) | |
| tree | 9fcca5c313d71b0b2fd14d29d79f7c50aa50ddf9 /Examples | |
Initial commit
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/ex0_animator.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Examples/ex0_animator.json b/Examples/ex0_animator.json new file mode 100644 index 0000000..ed22d87 --- /dev/null +++ b/Examples/ex0_animator.json @@ -0,0 +1,30 @@ +{ + "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" + }, + { + "path": "Shirt", + "blendShape": "Chest_Hide" + } + ] + } + ] +} |
