-
Notifications
You must be signed in to change notification settings - Fork 0
/
spotsData.json
97 lines (93 loc) · 2.99 KB
/
spotsData.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[
{
"y": 420,
"x": 1470,
"locationName": "Bsp_line_mountain",
"panoramaData": {
"default": {
"firstScene": "1",
"sceneFadeDuration": 1000
},
"file_list":["day_1.jpg","day_2.jpg","day_3.jpg","day_4.jpg","night_1.jpg","night_2.jpg"
,"day_BSP_1.jpg","day_BSP_2.jpg","day_BSP_3.jpg","day_BSP_4.jpg"
,"night_BSP_1.jpg","night_BSP_2.jpg","night_BSP_3.jpg","night_BSP_4.jpg","night_BSP_5.jpg","night_BSP_6.jpg"],
"locationName": "Bsp_line_mountain",
"scenes": {
"1": {
"hfov": 110,
"pitch": -3,
"yaw": 117,
"type": "equirectangular",
"panorama": "Bsp_VR/Bsp_line_mountain/day_1.jpg",
"autoLoad": true
}
}
}
},{
"y": 620,
"x": 850,
"locationName": "Bsp_neom_west",
"panoramaData": {
"default": {
"firstScene": "1",
"sceneFadeDuration": 1000
},
"file_list":["day_1.jpg","day_2.jpg","day_3.jpg","night_1.jpg","night_2.jpg"],
"locationName": "Bsp_neom_west",
"scenes": {
"1": {
"hfov": 110,
"pitch": -3,
"yaw": 117,
"type": "equirectangular",
"panorama": "Bsp_VR/Bsp_neom_west/day_1.jpg",
"autoLoad": true
}
}
}
},{
"y": 570,
"x": 850,
"locationName": "Bsp_neom_west_option_2",
"panoramaData": {
"default": {
"firstScene": "1",
"sceneFadeDuration": 1000
},
"file_list":["day_1.jpg","day_2.jpg","day_3.jpg","night_1.jpg","night_2.jpg","night_3.jpg"],
"locationName": "Bsp_neom_west_option_2",
"scenes": {
"1": {
"hfov": 110,
"pitch": -3,
"yaw": 117,
"type": "equirectangular",
"panorama": "Bsp_VR/Bsp_neom_west_option_2/day_1.jpg",
"autoLoad": true
}
}
}
},{
"y": 510,
"x": 2470,
"locationName": "Bsp_neom_east",
"panoramaData": {
"default": {
"firstScene": "1",
"sceneFadeDuration": 1000
},
"file_list":["day_1.jpg","day_2.jpg","day_3.jpg"],
"locationName": "Bsp_neom_east",
"scenes": {
"1": {
"hfov": 110,
"pitch": -3,
"yaw": 117,
"type": "equirectangular",
"panorama": "Bsp_VR/Bsp_neom_east/day_1.jpg",
"autoLoad": true
}
}
}
}
]