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.json30
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"
+ }
+ ]
+ }
+ ]
+}