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/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/preview_het_0028jpg-1555708988184.JPG","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2FbPwMgo3N8dP9UpGFz3r8AYhZo9H3%2F6306136525373440%2Fhet_0028jpg-1555708988184.JPG&uploadType=resumable&upload_id=AEnB2UoTwx_G-Yb0uqtKgV_JBRQsvuSMzeTDNUkq1GJ3pFyYP-wlJ0TXLz51xGaZv9qfPVe7HcyvVbk56djjgdMKPyHi9WJFCA","image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/het_0028jpg-1555708988184.JPG","rotation":0,"thumbnail_gcs_filename":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/thumb_het_0028jpg-1555708988184.JPG","version":"v3","gcs_filename":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/het_0028jpg-1555708988184.JPG","filename":"het_0028jpg-1555708988184.JPG","folder":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440","thumbnail_image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/thumb_het_0028jpg-1555708988184.JPG","is_stereo":true,"preview_image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/preview_het_0028jpg-1555708988184.JPG","photo_type":"180_stereo","updated_date":"2019-04-19T21:23:08.184Z","created_date":"2019-04-19T21:23:08.184Z","sort_order":1,"status":"active","id":"5091032597266432","has_anaglyph":true,"title":"Photo 1"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"5091032597266432":{"preview_gcs_filename":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/preview_het_0028jpg-1555708988184.JPG","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2FbPwMgo3N8dP9UpGFz3r8AYhZo9H3%2F6306136525373440%2Fhet_0028jpg-1555708988184.JPG&uploadType=resumable&upload_id=AEnB2UoTwx_G-Yb0uqtKgV_JBRQsvuSMzeTDNUkq1GJ3pFyYP-wlJ0TXLz51xGaZv9qfPVe7HcyvVbk56djjgdMKPyHi9WJFCA","image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/het_0028jpg-1555708988184.JPG","rotation":0,"thumbnail_gcs_filename":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/thumb_het_0028jpg-1555708988184.JPG","version":"v3","gcs_filename":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/het_0028jpg-1555708988184.JPG","filename":"het_0028jpg-1555708988184.JPG","folder":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440","thumbnail_image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/thumb_het_0028jpg-1555708988184.JPG","is_stereo":true,"preview_image_url":"/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/preview_het_0028jpg-1555708988184.JPG","photo_type":"180_stereo","updated_date":"2019-04-19T21:23:08.184Z","created_date":"2019-04-19T21:23:08.184Z","sort_order":1,"status":"active","id":"5091032597266432","has_anaglyph":true,"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 = "6306136525373440"; window.tourUid = "bPwMgo3N8dP9UpGFz3r8AYhZo9H3"; window.customUrl = "http://www.orbix360.com"; window.tourSlug = "new"; window.template = ''; window.template_category = ''; window.tourShortCode = "Gpj47EFk7"; 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['5091032597266432'] = 0; window.current_image_index = 0; window.current_image_id = 5091032597266432 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 = 'https://lh3.googleusercontent.com/-0Y_nmNSM2OY/AAAAAAAAAAI/AAAAAAAABd8/B1_6IwAUhZk/photo.jpg'; window.user_profile_name = 'Richard Oleff'; window.shortURLRoot = 'https://orbix360.com'; window.image_url = 'https://storage.googleapis.com/orbix360-prod-images/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/6306136525373440/thumb_het_0028jpg-1555708988184.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 = {"version":"v2","versionNumber":2,"autorotate":{"enabled":false},"orbs":[{"id":5091032597266432,"hotspots":[],"infoHotspots":[]}]}; window.brandingAllowed = false; window.upgradeCheckoutSessionStatus = ''; window.isPro = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete'); window.nadirLogoURL = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete') ? 'https://storage.googleapis.com/orbix360-prod-images/users/bPwMgo3N8dP9UpGFz3r8AYhZo9H3/branding/uc-logopng-1518188671255.png' : '/images/orbix_nadir.png'; window.editMode = false;