summaryrefslogtreecommitdiffstats
path: root/Examples
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-19 03:51:30 -0800
committeryum <yum.food.vr@gmail.com>2025-02-19 03:51:30 -0800
commit90173f46efd5866f67770d5551f5b378fc22631f (patch)
tree94ee2bcfd7df47fb1789ed7bf2ecc2db7d371e4d /Examples
parentbb0db51131f2c00d6aa08093ea4514ef98c15a57 (diff)
remove old example
Diffstat (limited to 'Examples')
-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"
- },
- ]
- }
- ]
-}