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/example_undeclared_dependency.json | |
| parent | f9444fb3c777cf30f706aae658929c8bd3b0e017 (diff) | |
Rename bad examples for clarity
Diffstat (limited to 'Examples/example_undeclared_dependency.json')
| -rw-r--r-- | Examples/example_undeclared_dependency.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Examples/example_undeclared_dependency.json b/Examples/example_undeclared_dependency.json deleted file mode 100644 index 3d61729..0000000 --- a/Examples/example_undeclared_dependency.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } - ] - } - ] -} |
