-
Notifications
You must be signed in to change notification settings - Fork 12
/
settings.json
46 lines (46 loc) · 1.47 KB
/
settings.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"joints": [
"seconds", "hip", "hip", "chest", "neck", "right hip", "right knee", "right ankle",
"right shoulder", "right elbow", "left hip", "left knee", "left ankle", "left shoulder",
"left elbow"
],
"jointDimensions": [1, 3, 4, 4, 4, 4, 1, 4, 4, 1, 4, 1, 4, 4, 1],
"jointAssignments": {
"hip": "Hips",
"chest": "Spine",
"neck": "Neck",
"right hip": "RightUpLeg",
"right knee": "RightLeg",
"right ankle": "RightFoot",
"right shoulder": "RightArm",
"right elbow": "RightForeArm",
"left hip": "LeftUpLeg",
"left knee": "LeftLeg",
"left ankle": "LeftFoot",
"left shoulder": "LeftArm",
"left elbow": "LeftForeArm"
},
"rootRotJoints": {
"root rot up": "Spine1",
"root rot left": "LeftUpLeg"
},
"positionChannelNames": ["Xposition", "Yposition", "Zposition"],
"rotationChannelNames": ["Xrotation", "Yrotation", "Zrotation"],
"scale": 0.0254,
"zeroRotationVectors": {
"seconds": [],
"hip": [0, 0, 0],
"chest": [0, 1, 0],
"neck": [0, 1, 0],
"right hip": [0, -1, 0],
"right knee": [0, -1, 0],
"right ankle": [1, 0, 0],
"right shoulder": [0, -1, 0],
"right elbow": [0, -1, 0],
"left hip": [0, -1, 0],
"left knee": [0, -1, 0],
"left ankle": [1, 0, 0],
"left shoulder": [0, -1, 0],
"left elbow": [0, -1, 0]
}
}