summaryrefslogtreecommitdiffstats
path: root/Examples/ex0_animator.json
blob: 51a262c348f8dadcaea0188a1d4bb6d5513ba0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
        },
      ]
    }
  ]
}