Skip to content

Instantly share code, notes, and snippets.

@Jalict
Last active November 8, 2022 18:44
Show Gist options
  • Save Jalict/4df34931144c9240aae2498724451406 to your computer and use it in GitHub Desktop.
Save Jalict/4df34931144c9240aae2498724451406 to your computer and use it in GitHub Desktop.
test
{
"default": {
"firstScene": "kitchen",
"autoLoad": true,
"compass": false,
"autoRotate": -4,
"hotSpotDebug": true,
"sceneFadeDuration": 1000
},
"scenes": {
"kitchen" : {
"title": "Køkken",
"hfov": 130,
"pitch": 0,
"yaw": 0,
"type": "equirectangular",
"panorama": "/media/y50bbqrw/eg360_2v_entrance.jpg",
"hotSpots": [
{
"pitch": -12.4,
"yaw": -120,
"type": "scene",
"text": "Badeværelse",
"sceneId": "bathroom"
},
{
"pitch": -7.2,
"yaw": -58.6,
"type": "scene",
"text": "Værelse 2",
"sceneId": "room_2"
},
{
"pitch": 4.9,
"yaw": -9.2,
"type": "scene",
"text": "Værelse 1",
"sceneId": "room_1"
}
]
},
"bathroom" : {
"title": "Badeværelse",
"hfov": 130,
"pitch": 0,
"yaw": 0,
"type": "equirectangular",
"panorama": "/media/qwge3h5d/eg360_2v_bath.jpg",
"hotSpots": [
{
"pitch": -4.1,
"yaw": 152,
"type": "scene",
"text": "Køkken",
"sceneId": "kitchen"
}
]
},
"room_1" : {
"title": "Værelse 1",
"hfov": 130,
"pitch": 0,
"yaw": 0,
"type": "equirectangular",
"panorama": "/media/1n5hggra/eg360_2v_room1.jpg",
"hotSpots": [
{
"pitch": -5.5,
"yaw": 169.7,
"type": "scene",
"text": "Køkken",
"sceneId": "kitchen"
},
{
"pitch": -9.3,
"yaw": -118,
"type": "scene",
"text": "Værelse 2",
"sceneId": "room_2"
}
]
},
"room_2" : {
"title": "Værelse 2",
"hfov": 130,
"pitch": 0,
"yaw": 0,
"type": "equirectangular",
"panorama": "/media/ue1hbcsx/eg360_2v_room2.jpg",
"hotSpots": [
{
"pitch": -12,
"yaw": 117,
"type": "scene",
"text": "Værelse 1",
"sceneId": "room_1"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment