window.firstImageLoaded = false; window.muted = true; // TODO: when change to javascript check URL param window.queryString = window.location.search; window.urlParams = new URLSearchParams(queryString); window.anaglyph = false; const anaglyphParam = urlParams.get('anaglyph'); if (anaglyphParam) { window.anaglyph = anaglyphParam === 'yes'; } window.photos = [{"preview_gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/preview_3d-2jpg-1584192485664.jpg","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2F4kEPeBj1F5cMnZ7IovduPQfcYwJ2%2F5154671844917248%2F3d-2jpg-1584192485664.jpg&uploadType=resumable&upload_id=AEnB2UqdHaXGTJc9xY6VqGfp-k9SDgSM--buv39fN4p22t0McpeiBgM9TPstmbiNIwBuwkOTWza4o6DScXExJ2oDfcJ5TiGaXg","image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/3d-2jpg-1584192485664.jpg","rotation":0,"thumbnail_gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/thumb_3d-2jpg-1584192485664.jpg","version":"v3","gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/3d-2jpg-1584192485664.jpg","filename":"360_med_colorjpg-1584192084474.jpg","folder":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248","thumbnail_image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/thumb_3d-2jpg-1584192485664.jpg","is_stereo":true,"preview_image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/preview_3d-2jpg-1584192485664.jpg","photo_type":"360_stereo","updated_date":"2020-03-14T13:21:24.474Z","created_date":"2020-03-14T13:21:24.474Z","sort_order":1,"status":"active","id":"5094533981274112","has_anaglyph":true,"index":0,"title":"Photo 1"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"5094533981274112":{"preview_gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/preview_3d-2jpg-1584192485664.jpg","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2F4kEPeBj1F5cMnZ7IovduPQfcYwJ2%2F5154671844917248%2F3d-2jpg-1584192485664.jpg&uploadType=resumable&upload_id=AEnB2UqdHaXGTJc9xY6VqGfp-k9SDgSM--buv39fN4p22t0McpeiBgM9TPstmbiNIwBuwkOTWza4o6DScXExJ2oDfcJ5TiGaXg","image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/3d-2jpg-1584192485664.jpg","rotation":0,"thumbnail_gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/thumb_3d-2jpg-1584192485664.jpg","version":"v3","gcs_filename":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/3d-2jpg-1584192485664.jpg","filename":"360_med_colorjpg-1584192084474.jpg","folder":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248","thumbnail_image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/thumb_3d-2jpg-1584192485664.jpg","is_stereo":true,"preview_image_url":"/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/preview_3d-2jpg-1584192485664.jpg","photo_type":"360_stereo","updated_date":"2020-03-14T13:21:24.474Z","created_date":"2020-03-14T13:21:24.474Z","sort_order":1,"status":"active","id":"5094533981274112","has_anaglyph":true,"index":0,"title":"Photo 1"}}; if (window.is_static) { window.photosRoot = 'https://storage.googleapis.com/orbix360-prod-images'; // TODO: after we create all the local schema/template folders, change this to empty string window.pluginsRoot = 'plugins/'; } else { window.photosRoot = 'https://storage.googleapis.com/orbix360-prod-images'; window.pluginsRoot = 'https://storage.googleapis.com/orbix360-prod-plugins/'; } window.minterUrl = 'https://minter.orbix360.com'; window.tourId = "5154671844917248"; window.tourUid = "4kEPeBj1F5cMnZ7IovduPQfcYwJ2"; window.customUrl = "http://www.orbix360.com"; window.tourSlug = "herr-martin"; window.template = ''; window.template_category = ''; window.tourShortCode = "NZC7omG3L"; window.room = ''; window.mask = ''; window.current_image_index = 0; // todo: use photo object instead of correlated arrays window.nextImageToLoad = 1; window.photo_indexes = {}; window.im = false; window.photo_indexes['5094533981274112'] = 0; window.current_image_index = 0; window.current_image_id = 5094533981274112 window.current_info_hotspot = null; window.current_explore_page = 1; let savedCurrentExplorePage = window.localStorage.getItem('current_explore_page'); if (savedCurrentExplorePage) { window.current_explore_page = Number(savedCurrentExplorePage); } window.current_explore_filter = 'featured'; let savedCurrentExploreFilter = window.localStorage.getItem('current_explore_filter'); if (savedCurrentExploreFilter) { window.current_explore_filter = savedCurrentExploreFilter; } window.user_profile_image = '/images/profile-icon.png'; window.user_profile_name = 'My Test Account'; window.shortURLRoot = 'https://orbix360.com'; window.image_url = 'https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/thumb_3d-2jpg-1584192485664.jpg.play.jpg'; window.image_url_root = 'https://storage.googleapis.com/orbix360-prod-images'; window.cloudFunctionsRoot = 'https://us-central1-orbix360-prod.cloudfunctions.net'; window.timeSinceRestartRotation = 0; window.initialState = {"orbs":[{"plugins":[{"color":"white","src":"https://storage.googleapis.com/orbix360-prod-plugins/defaults/images/profile-icon.png","instanceName":"Sphere","pluginId":"6044513357266944","rotation":{"x":0,"y":0,"z":0},"scale":{"x":1,"y":1,"z":1},"instanceId":"plugin_6044513357266944_1590645040269","pluginName":"Sphere","repeat":"2 1","additional_components":"animation=\"property: position; to: 0 0.2 0; dur: 3000; easing: linear; dir: alternate; loop: true\" \nanimation__mouseenter=\"property: scale; to: 1.3 1.3 1.3; dur: 300; startEvents: mouseenter\" \nanimation__mouseleave=\"property: scale; to: 1 1 1; dur: 300; startEvents: mouseleave\" \nanimation__rotate=\"property: rotation; to: 0 360 0; loop: true; dur: 10000; startEvents: click\"","scriptFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/6044513357266944/v1/script.js","templateFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/6044513357266944/v1/template.html","position":{"x":1.7877917608558813,"y":1.6,"z":-2.4091078472778724},"schemaFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/6044513357266944/v1/schema.json","radius":"0.5"}],"flatImages":[{"is_stereo":false,"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-14 at 2.12.12 PM.png","width":1048,"scale_multiplier":1,"position":{"x":-0.38268343236508984,"y":0,"z":0.9238795325112867},"id":"flat_image_5094533981274112_1584192163748","height":855},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-14 at 1.27.20 PM.png","is_stereo":false,"width":883,"scale_multiplier":1,"position":{"x":-0.9238795325112867,"y":0,"z":0.3826834323650897},"id":"flat_image_5094533981274112_1584192162693","height":575},{"is_stereo":false,"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-14 at 1.27.05 PM.png","width":1079,"scale_multiplier":1,"position":{"x":-0.9238795325112867,"y":0,"z":-0.38268343236508984},"id":"flat_image_5094533981274112_1584192162790","height":475},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/2015-01-01 00.00.26.2.jpg","is_stereo":false,"width":5376,"scale_multiplier":1,"id":"flat_image_5094533981274112_1584192166129","position":{"x":-0.3826834323650898,"y":0,"z":-0.9238795325112867},"height":2688},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-14 at 12.06.36 PM.png","is_stereo":false,"rotation":{"x":0,"y":0,"z":0},"width":1160,"scale_multiplier":1.76,"position":{"x":0.34228246745251356,"y":0.44721359549995804,"z":-0.8263429750863858},"id":"flat_image_5094533981274112_1584192163838","height":792},{"is_stereo":false,"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-14 at 12.06.23 PM.png","width":1210,"scale_multiplier":1,"position":{"x":0.9238795325112867,"y":0,"z":-0.38268343236508984},"id":"flat_image_5094533981274112_1584192163905","height":852},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-13 at 10.07.36 PM.png","is_stereo":false,"width":2458,"scale_multiplier":1,"id":"flat_image_5094533981274112_1584192165460","position":{"x":0.9238795325112867,"y":0,"z":0.3826834323650897},"height":1296},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/4kEPeBj1F5cMnZ7IovduPQfcYwJ2/5154671844917248/Screen Shot 2020-03-11 at 10.33.20 PM.png","is_stereo":false,"width":1279,"scale_multiplier":1,"position":{"x":0.38268343236508984,"y":0,"z":0.9238795325112867},"id":"flat_image_5094533981274112_1584192164241","height":719}],"id":5094533981274112,"hotspots":[]}],"autorotate":{"enabled":true},"versionNumber":3}; window.brandingAllowed = false; window.upgradeCheckoutSessionStatus = ''; window.isPro = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete'); window.nadirLogoURL = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete') ? '/images/powered-by-orbix_nadir.png' : '/images/orbix_nadir.png'; window.editMode = false;