gcg-website/static/de/vr/data.js

214 lines
5.1 KiB
JavaScript
Raw Normal View History

var APP_DATA = {
"scenes": [
{
"id": "0-san-francisco",
"name": "San Francisco",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1571.5,
"initialViewParameters": {
"yaw": 1.628731098497962,
"pitch": 0.112272279609261,
"fov": 1.3900591270580378
},
"linkHotspots": [
{
"yaw": 1.6728928501031755,
"pitch": -0.08252116146336874,
"rotation": 6.283185307179586,
"target": "2-schlafzimmer"
}
],
"infoHotspots": [
{
"yaw": 2.1959942749563464,
"pitch": 0.3502609665210201,
2020-12-07 19:21:54 +01:00
"title": "Lorem ipsum",
"text": "<details><summary>Lorem ipsum</summary><div class='content'><p class='content'><h1>Lorem ipsum</h1><br> dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. <br><img src='/media/gcg.JPG'></div></p></div></details>"
}
]
},
{
"id": "1-golden-gate-bridge",
"name": "Golden Gate Bridge",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1568.5,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [
{
"yaw": -1.3626509967165372,
"pitch": 0.1809987436227729,
"rotation": 0,
"target": "3-miami"
},
{
"yaw": 3.12673487759844,
"pitch": 0.3545497178692312,
"rotation": 0,
"target": "2-schlafzimmer"
}
],
"infoHotspots": []
},
{
"id": "2-schlafzimmer",
"name": "Schlafzimmer",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1718.5,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [
{
"yaw": 0.36315495679741616,
"pitch": 0.157679890305376,
"rotation": 0,
"target": "1-golden-gate-bridge"
}
],
"infoHotspots": []
},
{
"id": "3-miami",
"name": "Miami",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 2048,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [
{
"yaw": 1.9039237094892787,
"pitch": 0.2814622722785156,
"rotation": 0,
"target": "4-panorama"
},
{
"yaw": 3.0436352502239483,
"pitch": 0.22521519934523582,
"rotation": 0,
"target": "0-san-francisco"
}
],
"infoHotspots": []
},
{
"id": "4-panorama",
"name": "Panorama",
"levels": [
{
"tileSize": 256,
"size": 256,
"fallbackOnly": true
},
{
"tileSize": 512,
"size": 512
},
{
"tileSize": 512,
"size": 1024
},
{
"tileSize": 512,
"size": 2048
}
],
"faceSize": 1824,
"initialViewParameters": {
"pitch": 0,
"yaw": 0,
"fov": 1.5707963267948966
},
"linkHotspots": [],
"infoHotspots": []
}
],
"name": "Georg-Cantor-Gymnasium: Virtueller Tag der offenen Tür",
"settings": {
"mouseViewMode": "drag",
2020-12-07 19:21:54 +01:00
"autorotateEnabled": false,
"fullscreenButton": true,
"viewControlButtons": true
}
};