Skip to content

Commit 400aadd

Browse files
committed
Sim Config file
1 parent 2e8c903 commit 400aadd

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

misc/ControlsStuff/config.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "Frontier",
3+
"rotations": [
4+
{
5+
"axis": "x",
6+
"degrees": 90
7+
},
8+
{
9+
"axis": "y",
10+
"degrees": 0
11+
},
12+
{
13+
"axis": "z",
14+
"degrees": 90
15+
}
16+
],
17+
"position": [
18+
0,
19+
0,
20+
0.015
21+
],
22+
"cameras": [],
23+
"components": [
24+
{
25+
"zeroedRotations": [
26+
{
27+
"axis": "x",
28+
"degrees": 90
29+
},
30+
{
31+
"axis": "z",
32+
"degrees": 90
33+
},
34+
{
35+
"axis": "y",
36+
"degrees": 0
37+
}
38+
],
39+
"zeroedPosition": [
40+
-0.355,
41+
0,
42+
-0.193
43+
]
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)