-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtour.json
More file actions
73 lines (71 loc) · 2.33 KB
/
tour.json
File metadata and controls
73 lines (71 loc) · 2.33 KB
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
{
"default": {
"firstScene": "interior",
"sceneFadeDuration": 1000,
"autoload": true
},
"scenes": {
"interior": {
"title": "Hub Interior",
"yaw": 26,
"type": "equirectangular",
"panorama": "img/viewerimage.jpg",
"hotSpots": [
{
"pitch": -2.1,
"yaw": 49,
"type": "scene",
"text": "Hub Exterior",
"sceneId": "exterior"
},
{
"pitch": 7,
"yaw": 1,
"type": "info",
"text": "The Hub moved to Hayden Library in early 2020, as part of the major renovation of ASU's main library building"
},
{
"pitch": 8,
"yaw": 120,
"type": "info",
"text": "We use these mobile display panels to showcase maps as a \"pop-up\" map exhibit"
}
]
},
"exterior": {
"title": "Hub Exterior",
"hfov": 190,
"yaw": 5,
"pitch": 1,
"type": "equirectangular",
"panorama": "img/viewerimage2.jpg",
"hotSpots": [
{
"pitch": 8,
"yaw": 20,
"type": "scene",
"text": "Hub Interior",
"sceneId": "interior"
},
{
"pitch": 27,
"yaw": 22,
"type": "info",
"text": "The Hub is located in Hayden Library, Room 334"
},
{
"pitch": 12,
"yaw": -25,
"type": "info",
"text": "These decals are actually contour lines of Camelback Mountain, an iconic mountain located in the heart of metro Phoenix"
},
{
"pitch": 8,
"yaw": 60,
"type": "info",
"text": "This mounted work is a pseudo-color elevation map of the Greater Grand Canyon region"
}
]
}
}
}