diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 16:07:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 16:07:17 -0800 |
| commit | 63b60932ba5500d0c26c3237705edd896c8a4d6f (patch) | |
| tree | 98131420dabed196a36eda3774476ad37fc59d8d /Examples/bad_example_undeclared_dependency.json | |
| parent | f9444fb3c777cf30f706aae658929c8bd3b0e017 (diff) | |
Rename bad examples for clarity
Diffstat (limited to 'Examples/bad_example_undeclared_dependency.json')
| -rw-r--r-- | Examples/bad_example_undeclared_dependency.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Examples/bad_example_undeclared_dependency.json b/Examples/bad_example_undeclared_dependency.json new file mode 100644 index 0000000..3d61729 --- /dev/null +++ b/Examples/bad_example_undeclared_dependency.json @@ -0,0 +1,25 @@ +{ + "api_version": "1.0", + "toggles": [ + { + "name": "Shirt", + "meshToggles": ["Shirt"], + "blendShapes": [ + { + "path": "Body", + "blendShape": "Chest_Hide" + } + ] + }, + { + "name": "Jacket", + "meshToggles": ["Jacket"], + "blendShapes": [ + { + "path": "Body", + "blendShape": "Chest_Hide" + } + ] + } + ] +} |
