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 = [{"image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538510432.jpg","rotation":0,"thumbnail_gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538510432.jpg","version":"v3","gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538510432.jpg","folder":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728","filename":"360blackjpg-1607538510432.jpg","thumbnail_image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538510432.jpg","is_stereo":false,"photo_type":"360_mono","updated_date":"2020-12-09T18:28:30.431Z","created_date":"2020-12-09T18:28:30.431Z","sort_order":1,"status":"active","id":"5761413607849984","has_anaglyph":false,"index":0,"title":"Photo 1"},{"image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538681862.jpg","rotation":0,"thumbnail_gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538681862.jpg","version":"v3","gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538681862.jpg","filename":"360blackjpg-1607538681862.jpg","folder":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728","thumbnail_image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538681862.jpg","is_stereo":false,"photo_type":"360_mono","created_date":"2020-12-09T18:31:21.862Z","updated_date":"2020-12-09T18:31:21.862Z","sort_order":2,"status":"active","id":"5103322914619392","has_anaglyph":false,"index":1,"title":"Photo 2"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"5761413607849984":{"image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538510432.jpg","rotation":0,"thumbnail_gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538510432.jpg","version":"v3","gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538510432.jpg","folder":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728","filename":"360blackjpg-1607538510432.jpg","thumbnail_image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538510432.jpg","is_stereo":false,"photo_type":"360_mono","updated_date":"2020-12-09T18:28:30.431Z","created_date":"2020-12-09T18:28:30.431Z","sort_order":1,"status":"active","id":"5761413607849984","has_anaglyph":false,"index":0,"title":"Photo 1"},"5103322914619392":{"image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538681862.jpg","rotation":0,"thumbnail_gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538681862.jpg","version":"v3","gcs_filename":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/360blackjpg-1607538681862.jpg","filename":"360blackjpg-1607538681862.jpg","folder":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728","thumbnail_image_url":"/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538681862.jpg","is_stereo":false,"photo_type":"360_mono","created_date":"2020-12-09T18:31:21.862Z","updated_date":"2020-12-09T18:31:21.862Z","sort_order":2,"status":"active","id":"5103322914619392","has_anaglyph":false,"index":1,"title":"Photo 2"}}; if (window.is_static) { window.photosRoot = 'https://images-qa.orbix360.com'; // TODO: after we create all the local schema/template folders, change this to empty string window.pluginsRoot = 'plugins/'; } else { window.photosRoot = 'https://images-qa.orbix360.com'; window.pluginsRoot = 'https://storage.googleapis.com/orbix360-qa-plugins/'; } window.minterUrl = 'https://minter-qa.orbix360.com'; window.tourId = "5177783487561728"; window.tourUid = "eeYcHj307APtzu9H9Kfrdo7JsWq1"; window.customUrl = "http://www.orbix360.com"; window.tourSlug = "flat-hotspot"; window.template = ''; window.template_category = ''; window.tourShortCode = "LBX8xee7Y"; 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['5761413607849984'] = 0; window.current_image_index = 0; window.current_image_id = 5761413607849984 window.photo_indexes['5103322914619392'] = 1; 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://lh4.googleusercontent.com/-sxfU5fZq20Y/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmRp0LjIKrwc-44D6bLzihlEZb7bw/s96-c/photo.jpg'; window.user_profile_name = 'djido vomas'; window.shortURLRoot = 'https://qa.orbix360.com'; window.image_url = 'https://images-qa.orbix360.com/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/thumb_360blackjpg-1607538510432.jpg.play.jpg'; window.image_url_root = 'https://images-qa.orbix360.com'; window.cloudFunctionsRoot = 'https://us-central1-orbix360-qa.cloudfunctions.net'; window.timeSinceRestartRotation = 0; window.initialState = {"orbs":[{"flatImages":[{"src":"https://storage.googleapis.com/orbix360-qa-images/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/3D_export 14.jpg","is_stereo":false,"width":7919,"scale_multiplier":1,"position":{"x":-0.7071067811865476,"y":0,"z":-0.7071067811865476},"id":"flat_image_5761413607849984_1607538561343","height":2983},{"src":"https://storage.googleapis.com/orbix360-qa-images/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/3D_export 15.JPG","is_stereo":false,"width":7526,"scale_multiplier":1,"position":{"x":0,"y":0,"z":-1},"id":"flat_image_5761413607849984_1607538556303","height":2980},{"src":"https://storage.googleapis.com/orbix360-qa-images/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/3D_export copy 2.JPG","is_stereo":false,"rotation":{"x":0,"y":0,"z":0},"width":7909,"scale_multiplier":1.2,"id":"flat_image_5761413607849984_1607538549840","position":{"x":0.8425221487628964,"y":0,"z":-0.5386617016680803},"height":2997}],"id":5761413607849984,"hotspots":[{"from":5761413607849984,"position":{"x":0.023087645210119356,"y":-0.017692368560968695,"z":-0.9995768808517705},"to":5103322914619392,"id":"hotspot_5761413607849984_5103322914619392","toTitle":"Photo 2"}]},{"flatImages":[{"src":"https://storage.googleapis.com/orbix360-qa-images/users/eeYcHj307APtzu9H9Kfrdo7JsWq1/5177783487561728/3D_export copy.JPG","is_stereo":false,"rotation":{"x":0,"y":0,"z":0},"width":8064,"scale_multiplier":1.76,"id":"flat_image_5103322914619392_1607538723489","position":{"x":0,"y":0,"z":-1},"height":3024}],"id":5103322914619392,"hotspots":[{"from":5103322914619392,"position":{"x":0.22644196698258084,"y":-0.07652341837891276,"z":-0.9710140071227942},"to":5761413607849984,"id":"hotspot_5103322914619392_5761413607849984","toTitle":"Photo 1"}]}],"autorotate":{"enabled":false},"versionNumber":3}; window.brandingAllowed = false; window.upgradeCheckoutSessionStatus = ''; window.isUpgradeSubscriptionValid = false; window.isPro = (window.brandingAllowed || window.isUpgradeSubscriptionValid); window.nadirLogoURL = (window.brandingAllowed || isUpgradeSubscriptionValid) ? '/images/powered-by-orbix_nadir.png' : '/images/orbix_nadir.png'; window.editMode = false;