summaryrefslogtreecommitdiffstats
path: root/Examples/ex0_animator.json
blob: ed22d8772660fd3d3f42fc10289bc70fd61eef80 (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
27
28
29
30
{
  "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"
        },
        {
          "path": "Shirt",
          "blendShape": "Chest_Hide"
        }
      ]
    }
  ]
}