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 = [{"resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-qa-images/o?name=users%2FvHBTrf5ZViWgpSugoZ8AgaD4ojs1%2F5126744847679488%2Fcoverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4&uploadType=resumable&upload_id=AAANsUmmnFozDUecrI12dCbnkXLVSFGPm6vabybt0uoLize2T16AXJ_r8z4nVXM2UAj1YIZ0KGvBnOIMkjW2ZkzGFd4","image_url":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","rotation":0,"thumbnail_gcs_filename":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/thumb_coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","version":"v3","gcs_filename":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","filename":"coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","folder":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488","is_stereo":false,"thumbnail_image_url":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/thumb_coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","photo_type":"360_mono","created_date":"2020-06-21T20:42:22.102Z","updated_date":"2020-06-21T20:42:22.102Z","sort_order":1,"status":"active","id":"5652926726930432","has_anaglyph":false,"title":"Photo 1"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"5652926726930432":{"resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-qa-images/o?name=users%2FvHBTrf5ZViWgpSugoZ8AgaD4ojs1%2F5126744847679488%2Fcoverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4&uploadType=resumable&upload_id=AAANsUmmnFozDUecrI12dCbnkXLVSFGPm6vabybt0uoLize2T16AXJ_r8z4nVXM2UAj1YIZ0KGvBnOIMkjW2ZkzGFd4","image_url":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","rotation":0,"thumbnail_gcs_filename":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/thumb_coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","version":"v3","gcs_filename":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","filename":"coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","folder":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488","is_stereo":false,"thumbnail_image_url":"/users/vHBTrf5ZViWgpSugoZ8AgaD4ojs1/5126744847679488/thumb_coverr-55-new-zealand-paragliding-sunset-muriwai-3169mp4-1592772142099.mp4","photo_type":"360_mono","created_date":"2020-06-21T20:42:22.102Z","updated_date":"2020-06-21T20:42:22.102Z","sort_order":1,"status":"active","id":"5652926726930432","has_anaglyph":false,"title":"Photo 1"}}; 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 = "5126744847679488"; window.tourUid = "vHBTrf5ZViWgpSugoZ8AgaD4ojs1"; window.customUrl = "http://www.orbix360.com"; window.tourSlug = "testorb"; window.template = ''; window.template_category = ''; window.tourShortCode = "LPgmsDhNL"; 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['5652926726930432'] = 0; window.current_image_index = 0; window.current_image_id = 5652926726930432 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/-A4mZYeQfC2M/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuclAIIGW7PLZ_oTCZDWcohr43oMWcA/s96-c/photo.jpg'; window.user_profile_name = 'Dario Komljenovic'; window.shortURLRoot = 'https://qa.orbix360.com'; window.image_url = ''; window.image_url_root = 'https://images-qa.orbix360.com'; window.cloudFunctionsRoot = 'https://us-central1-orbix360-qa.cloudfunctions.net'; window.timeSinceRestartRotation = 0; window.initialState = {"orbs":[{"id":5652926726930432,"hotspots":[],"infoHotspots":[]}],"versionNumber":2,"autorotate":{"enabled":false}}; 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;