-
Notifications
You must be signed in to change notification settings - Fork 0
/
bodies.json
40 lines (40 loc) · 884 Bytes
/
bodies.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
[
{
"Color": [1, 1, 0],
"Radius": 0.1,
"Distance": 0.0,
"Velocity": 0.0,
"Model": "models/planet.obj",
"Inclination": 0.18,
"Satellites": [
{
"Color": [0.0, 0.2, 0.8],
"Radius": 0.03,
"Distance": 0.25,
"Velocity": 0.4,
"Model": "models/planet.obj",
"Inclination": 0.34,
"Satellites": [
{
"Color": [0.4, 0.4, 0.4],
"Radius": 0.01,
"Distance": 0.07,
"Velocity": -0.2,
"Model": "models/planet.obj",
"Inclination": 0.8,
"Satellites": "Null"
}
]
},
{
"Color": [1, 0.3, 0.0],
"Radius": 0.05,
"Distance": 0.35,
"Velocity": 0.5,
"Model": "models/planet.obj",
"Inclination": 0.5,
"Satellites": "Null"
}
]
}
]