forked from MozillaReality/area-demo-service-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachines.json
29 lines (28 loc) · 789 Bytes
/
machines.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
{
"machines": [
{
"machineid": 1,
"type": "Bin Mixer",
"serial": 4301224,
"modelpath": "models/binmixer.dat",
"position": [0.0, 0.0, -3.0],
"orientation": [0.0, 1.0, 0.0, 0.0]
},
{
"machineid": 2,
"type": "Chiller",
"serial": 500402,
"modelpath": "models/chiller.dat",
"position": [-3.0, 0.0, 0.0],
"orientation": [90.0, 0.0, 1.0, 0.0]
},
{
"machineid": 3,
"type": "Turbogenerator",
"serial": 110101,
"modelpath": "models/turbogenerator.dat",
"position": [3.0, 0.0, 0.0],
"orientation": [-90.0, 0.0, 1.0, 0.0]
}
]
}