-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbodies.json
53 lines (52 loc) · 1.48 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
" Color" : [ 1, 1, 0 ],
" Radius" : 0.1,
" Distance" : 0.0,
" Velocity" : 0.0,
" Satellites" : [
{
" Color" : [ 0.0, 0.2, 0.8 ],
" Radius" : 0.03,
" Distance" : 0.25,
" Velocity" : 0.23,
" Satellites" : [
{
" Color" : [ 0.4, 0.4, 0.4 ],
" Radius" : 0.01,
" Distance" : 0.07,
" Velocity" : -0.2,
" Satellites" : " Null"
}
]
},
{
" Color" : [ 1, 0.3, 0.0 ],
" Radius" : 0.05,
" Distance" : 0.5,
" Velocity" : 0.4,
" Satellites" : " Null"
},
{
" Color" : [ 0.3, 1.0, 1.0 ],
" Radius" : 0.025,
" Distance" : 0.75,
" Velocity" : -0.1,
" Satellites" : [
{
" Color" : [ 1.0, 0.0, 0.0 ],
" Radius" : 0.015,
" Distance" : 0.1,
" Velocity" : 0.2,
" Satellites" : " Null"
},
{
" Color" : [ 0.3, 0.8, 0.3 ],
" Radius" : 0.01,
" Distance" : 0.07,
" Velocity" : -0.05,
" Satellites" : " Null"
}
]
}
]
}