-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.js
43 lines (43 loc) · 842 Bytes
/
demo.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
var APP_DATA = {
"scenes": [
{
"id": "20170813_201914",
"name": "2-20170303_204429",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1400,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [],
"infoHotspots": []
}
],
"name": "Project Title",
"settings": {
"mouseViewMode": "drag",
"autorotateEnabled": false,
"fullscreenButton": true,
"viewControlButtons": true,
"pathPrefix": "demo/"
}
};