summaryrefslogtreecommitdiffstats
path: root/Examples/example2.json
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-05 19:00:25 -0800
committeryum <yum.food.vr@gmail.com>2025-03-05 19:00:48 -0800
commit0c34a42ecc21ee91dc826f0d58cd52c89355f6cd (patch)
treef8ec91a805028ce18723197d1dafa56a6ff80891 /Examples/example2.json
parent2e9ac4cbd746c5316fbda2dc98c1b3d602445010 (diff)
add real world examplev1.1.0
Diffstat (limited to 'Examples/example2.json')
-rw-r--r--Examples/example2.json80
1 files changed, 0 insertions, 80 deletions
diff --git a/Examples/example2.json b/Examples/example2.json
deleted file mode 100644
index df27537..0000000
--- a/Examples/example2.json
+++ /dev/null
@@ -1,80 +0,0 @@
-{
- "api_version": "1.0",
- "toggles": [
- {
- "name": "Shirt",
- "menuPath": "/Clothes",
- "dependencies": ["Bra"],
- "meshToggles": ["Shirt"],
- "defaultValue": 0.0,
- "blendShapes": [
- {
- "path": "Body",
- "blendShape": "Bra on"
- },
- {
- "path": "Body",
- "blendShape": "Smush nips"
- },
- {
- "path": "Skirt",
- "blendShape": "Shirt off",
- "offValue": 100.0,
- "onValue": 0.0
- }
- ]
- },
- {
- "name": "Skirt",
- "menuPath": "/Clothes",
- "meshToggles": ["Skirt"],
- "blendShapes": []
- },
- {
- "name": "Socks",
- "menuPath": "/Clothes",
- "meshToggles": ["Socks"],
- "blendShapes": [
- {
- "path": "Body",
- "blendShape": "Thigh squish"
- }
- ]
- },
- {
- "name": "Shoes",
- "menuPath": "/Clothes",
- "meshToggles": ["Shoes"],
- "blendShapes": []
- },
-
- {
- "name": "Bra",
- "menuPath": "/NSFW",
- "meshToggles": ["Bra"],
- "blendShapes": [
- {
- "path": "Body",
- "blendShape": "Bra on"
- },
- {
- "path": "Body",
- "blendShape": "Smush nips"
- }
- ]
- },
- {
- "name": "Panties",
- "menuPath": "/NSFW",
- "meshToggles": ["Panties"],
- "blendShapes": []
- },
-
- {
- "name": "Hair",
- "menuPath": "/Misc",
- "meshToggles": ["Hair"],
- "blendShapes": []
- }
- ]
-}