summaryrefslogtreecommitdiffstats
path: root/Examples/ex0_animator.json
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/ex0_animator.json')
-rw-r--r--Examples/ex0_animator.json26
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"
- },
- ]
- }
- ]
-}