-
Notifications
You must be signed in to change notification settings - Fork 4
/
example.json
40 lines (40 loc) · 1.04 KB
/
example.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
{
"coilSettings":
{
"tongueCenter": 8,
"tongueMiddleLeft": 9,
"tongueTip": 10,
"tongueBack": 14,
"tongueMiddleRight": 15,
"bitePlateLeft": 6,
"bitePlateRight": 7,
"bitePlateFront": 5,
"referenceLeft": 0,
"referenceRight": 1,
"referenceFront": 4,
"referenceOrigin": 12,
"upperLip": 3,
"lowerLip": 2,
"lowerIncisor": 13
},
"externalFittingServerSettings":
{
"coilCorrespondences":
{
"coilIndices": [14, 8, 15, 10, 9],
"coilPositionNames": ["tongueBack", "tongueCenter", "tongueMiddleRight", "tongueTip", "tongueMiddleLeft"],
"modelVertexIndices": [1991, 2230, 2236, 2549, 2687]
},
"host": "localhost",
"neededAmountForFixedSpeaker": 100,
"port": 1234
},
"gameServerSettings":
{
"host": "localhost",
"port": "9995",
"rtcHost": "localhost",
"rtcPort": 9995,
"bitePlateFrontIsBack": true
}
}