summaryrefslogtreecommitdiffstats
path: root/Examples/example0.json
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-19 03:53:16 -0800
committeryum <yum.food.vr@gmail.com>2025-02-19 03:53:54 -0800
commit721c6b25e9505317e537cab4012b269fa5e2592d (patch)
treea75b3e55718bf18d342948804ba06ce0d50ea216 /Examples/example0.json
parent90173f46efd5866f67770d5551f5b378fc22631f (diff)
prefab now points to simple shirt toggle
Diffstat (limited to 'Examples/example0.json')
-rw-r--r--Examples/example0.json19
1 files changed, 1 insertions, 18 deletions
diff --git a/Examples/example0.json b/Examples/example0.json
index d77e3e7..c9a3a14 100644
--- a/Examples/example0.json
+++ b/Examples/example0.json
@@ -3,24 +3,7 @@
"toggles": [
{
"name": "Shirt",
- "meshToggles": ["Shirt"],
- "blendShapes": [
- {
- "path": "Body",
- "blendShape": "Chest_Hide"
- }
- ]
- },
- {
- "name": "Jacket",
- "dependencies": ["Shirt"],
- "meshToggles": ["Jacket"],
- "blendShapes": [
- {
- "path": "Body",
- "blendShape": "Chest_Hide"
- }
- ]
+ "meshToggles": ["Shirt"]
}
]
}