forked from pkmniako/IC_KSP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
62 lines (62 loc) · 902 Bytes
/
Copy pathdata.json
File metadata and controls
62 lines (62 loc) · 902 Bytes
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
54
55
56
57
58
59
60
61
62
{
"galaxies":[
{
"name" = "A",
"size" = "10",
"type" = "SBc",
"stars" = 45,
"graphX" = 713,
"graphY" = 186
},
{
"name" = "B",
"size" = "14",
"type" = "Sb",
"stars" = 80,
"graphX" = 355,
"graphY" = 504
},
{
"name" = "C",
"size" = "6",
"type" = "S0",
"stars" = 25,
"graphX" = 898,
"graphY" = 628
},
{
"name" = "D",
"size" = "2",
"type" = "E6",
"stars" = 8,
"graphX" = 807,
"graphY" = 252
}
],
"stars":[
{
"name" = "Sun",
"type" = "G",
"host" = "A",
"posX" = 3,
"posY" = 0,
"posZ" = 0
},
{
"name" = "Cercani",
"type" = "K",
"host" = "A",
"posX" = 2.1,
"posY" = -0.3,
"posZ" = 0.2
},
{
"name" = "Pumilio-Mazenis",
"type" = "A",
"host" = "A",
"posX" = 4,
"posY" = 0,
"posZ" = 0.3
},
]
}