-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
executable file
·80 lines (80 loc) · 1.57 KB
/
data.js
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
var APP_DATA = {
"scenes": [
{
"id": "0-r0011201",
"name": "R0011201",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1680,
"initialViewParameters": {
"yaw": 0.6843681300170275,
"pitch": 0.28680337242727383,
"fov": 1.3868826872995463
},
"linkHotspots": [
{
"yaw": 0.09232070117461433,
"pitch": 0.1607473042528973,
"rotation": 6.283185307179586,
"target": "1-r0011200"
}
],
"infoHotspots": []
},
{
"id": "1-r0011200",
"name": "R0011200",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1680,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [],
"infoHotspots": []
}
],
"name": "Project Title",
"settings": {
"mouseViewMode": "drag",
"autorotateEnabled": false,
"fullscreenButton": false,
"viewControlButtons": false
}
};