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/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/preview_image_19h58m0493jpg-1560989883122.jpg","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fh8h3eOiMFTVUooRZ86teiHO914m1%2F5184229092622336%2Fimage_19h58m0493jpg-1560989883122.jpg&uploadType=resumable&upload_id=AEnB2UqoeIfioBURihK89p29jhDuhYFbl0fHlGJcMpa3p32swsqzJ9DfnBRsN4t2mYyXmk8dtFJDTdX3sj5xcC5zyWnw7VSX9w","image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/image_19h58m0493jpg-1560989883122.jpg","rotation":-8.59436692696235,"thumbnail_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/thumb_image_19h58m0493jpg-1560989883122.jpg","title":"3D Photos","version":"v4","gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/image_19h58m0493jpg-1560989883122.jpg","folder":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336","filename":"image_19h58m0493jpg-1560989883122.jpg","is_stereo":false,"thumbnail_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/thumb_image_19h58m0493jpg-1560989883122.jpg","preview_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/preview_image_19h58m0493jpg-1560989883122.jpg","photo_type":"360_mono","updated_date":"2019-06-20T00:18:03.122Z","created_date":"2019-06-20T00:18:03.122Z","sort_order":1,"status":"active","id":"5069264830595072","has_anaglyph":false,"index":0}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"5069264830595072":{"preview_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/preview_image_19h58m0493jpg-1560989883122.jpg","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fh8h3eOiMFTVUooRZ86teiHO914m1%2F5184229092622336%2Fimage_19h58m0493jpg-1560989883122.jpg&uploadType=resumable&upload_id=AEnB2UqoeIfioBURihK89p29jhDuhYFbl0fHlGJcMpa3p32swsqzJ9DfnBRsN4t2mYyXmk8dtFJDTdX3sj5xcC5zyWnw7VSX9w","image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/image_19h58m0493jpg-1560989883122.jpg","rotation":-8.59436692696235,"thumbnail_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/thumb_image_19h58m0493jpg-1560989883122.jpg","title":"3D Photos","version":"v4","gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/image_19h58m0493jpg-1560989883122.jpg","folder":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336","filename":"image_19h58m0493jpg-1560989883122.jpg","is_stereo":false,"thumbnail_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/thumb_image_19h58m0493jpg-1560989883122.jpg","preview_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/preview_image_19h58m0493jpg-1560989883122.jpg","photo_type":"360_mono","updated_date":"2019-06-20T00:18:03.122Z","created_date":"2019-06-20T00:18:03.122Z","sort_order":1,"status":"active","id":"5069264830595072","has_anaglyph":false,"index":0}}; 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 = "5184229092622336"; window.tourUid = "h8h3eOiMFTVUooRZ86teiHO914m1"; window.customUrl = "https://linktr.ee/pareidoliaist"; window.tourSlug = "3d-photo-view-in-headset"; window.template = ''; window.template_category = ''; window.tourShortCode = "GyvZroCew"; 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 = true; window.photo_indexes['5069264830595072'] = 0; window.current_image_index = 0; window.current_image_id = 5069264830595072 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/-PSggI1QTKnM/AAAAAAAAAAI/AAAAAAAAAnE/ACRKs6XJbMU/photo.jpg'; window.user_profile_name = 'Perry Dolia'; window.shortURLRoot = 'https://orbix360.com'; window.image_url = 'https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/thumb_image_19h58m0493jpg-1560989883122.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":[{"infoHotspots":[{"description":"Look at on VR headset","from":5069264830595072,"position":{"x":-0.6416871144099587,"y":0.36609632215426935,"z":-0.6739518752146463},"id":"hotspot_5069264830595072_info_1572128352649","to":"info","title":"3D Flat images"}],"flatImages":[{"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/3D_export 15.JPG","is_stereo":true,"width":3763,"scale_multiplier":1.55,"id":"flat_image_5069264830595072_1560990024547","position":{"x":0.9495008712887171,"y":-0.020203012363262617,"z":-0.3131132921378726},"height":2980},{"is_stereo":true,"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/3D_export 14.jpg","width":3959,"scale_multiplier":1.96,"id":"flat_image_5069264830595072_1560990526273","position":{"x":0.1796184932147743,"y":0.008855253050841297,"z":0.9836964884498977},"height":2983},{"is_stereo":true,"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/3D_export 12 copy.JPG","width":3855,"scale_multiplier":2,"id":"flat_image_5069264830595072_1560990659825","position":{"x":-0.9976103191417895,"y":-0.028923043034337445,"z":-0.06274638414642425},"height":2736},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5184229092622336/3D_export 11 copy.JPG","is_stereo":true,"width":3749,"scale_multiplier":1.97,"id":"flat_image_5069264830595072_1560990759446","position":{"x":-0.08250959868626048,"y":0.10415742462983599,"z":-0.9911323811777679},"height":2961}],"id":5069264830595072,"hotspots":[]}],"autorotate":{"enabled":false},"version":"v2","versionNumber":3}; window.brandingAllowed = true; window.upgradeCheckoutSessionStatus = ''; window.isPro = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete'); window.nadirLogoURL = (window.brandingAllowed || window.upgradeCheckoutSessionStatus == 'complete') ? 'https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/branding/nadir.png' : '/images/orbix_nadir.png'; window.editMode = false;