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/5170928082223104/preview_image_sky4png-1561410080986.png","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fh8h3eOiMFTVUooRZ86teiHO914m1%2F5170928082223104%2Fimage_sky4png-1561410080986.png&uploadType=resumable&upload_id=AEnB2UoOvvliCSAIB4hvZXArYiYV9fDWOpdLgY1_JHhAZNRcpXfT6k7qI-wYKMj02ayJcazvnSafrwcgWwXey-nOjiKvs9TX5w","image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/image_sky4png-1561410080986.png","rotation":3.2085636527326216,"thumbnail_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/thumb_image_sky4png-1561410080986.png","version":"v4","gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/image_sky4png-1561410080986.png","filename":"image_sky4png-1561410080986.png","folder":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104","thumbnail_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/thumb_image_sky4png-1561410080986.png","is_stereo":false,"preview_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/preview_image_sky4png-1561410080986.png","photo_type":"360_mono","updated_date":"2019-06-24T21:01:20.987Z","created_date":"2019-06-24T21:01:20.987Z","sort_order":1,"status":"active","id":"6256714974232576","has_anaglyph":false,"index":0,"title":"Photo 1"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"6256714974232576":{"preview_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/preview_image_sky4png-1561410080986.png","resumable_upload_uri":"https://www.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fh8h3eOiMFTVUooRZ86teiHO914m1%2F5170928082223104%2Fimage_sky4png-1561410080986.png&uploadType=resumable&upload_id=AEnB2UoOvvliCSAIB4hvZXArYiYV9fDWOpdLgY1_JHhAZNRcpXfT6k7qI-wYKMj02ayJcazvnSafrwcgWwXey-nOjiKvs9TX5w","image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/image_sky4png-1561410080986.png","rotation":3.2085636527326216,"thumbnail_gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/thumb_image_sky4png-1561410080986.png","version":"v4","gcs_filename":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/image_sky4png-1561410080986.png","filename":"image_sky4png-1561410080986.png","folder":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104","thumbnail_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/thumb_image_sky4png-1561410080986.png","is_stereo":false,"preview_image_url":"/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/preview_image_sky4png-1561410080986.png","photo_type":"360_mono","updated_date":"2019-06-24T21:01:20.987Z","created_date":"2019-06-24T21:01:20.987Z","sort_order":1,"status":"active","id":"6256714974232576","has_anaglyph":false,"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 = "5170928082223104"; window.tourUid = "h8h3eOiMFTVUooRZ86teiHO914m1"; window.customUrl = "https://linktr.ee/pareidoliaist"; window.tourSlug = "mona-lisa-3d"; window.template = ''; window.template_category = ''; window.tourShortCode = "G4KP4RysC"; 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['6256714974232576'] = 0; window.current_image_index = 0; window.current_image_id = 6256714974232576 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/5170928082223104/thumb_image_sky4png-1561410080986.png.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":"View with traditional Red/Cyan glasses. Close one eye to see the two paintings","from":6256714974232576,"position":{"x":0.41198268346903066,"y":-0.08805027144039766,"z":0.9069274602860633},"id":"hotspot_6256714974232576_info_1561410344433","to":"info","title":"Anaglyph"},{"description":"Two versions of the Mona Lisa aligned into a left right stereo pair","from":6256714974232576,"id":"hotspot_6256714974232576_info_1561410469110","to":"info","position":{"x":0.5610640124845772,"y":-0.08672606651912941,"z":-0.8232167170805181},"title":"Stereo Pair"},{"description":"Stereoscopic version of the two different Mona Lisas. You can close one eye to see the different paintings","from":6256714974232576,"to":"info","position":{"x":-0.5363278763748285,"y":-0.11422236562727597,"z":-0.8362449761964347},"id":"hotspot_6256714974232576_info_1561410584304","title":"Mona lisa 3D view in VR headset"},{"description":"depth focus on breast area.","from":6256714974232576,"id":"hotspot_6256714974232576_info_1561422075290","to":"info","position":{"x":-0.8980250710725474,"y":-0.08324548187416361,"z":0.4319967146549667},"title":" test anaglyph"}],"flatImages":[{"is_stereo":true,"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/mona stereo5r.jpg","width":1449,"id":"flat_image_6256714974232576_1561410160164","position":{"x":0.04041669369401027,"y":-0.04041669369401022,"z":-0.9983651545109579},"height":2044},{"is_stereo":false,"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/mona stereo5r.jpg","width":2898,"scale_multiplier":2,"id":"flat_image_6256714974232576_1561410223947","position":{"x":0.9987425910279476,"y":-0.045434114314711345,"z":0.021189103879575875},"height":2044},{"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/monaanaglyph5r.jpg","is_stereo":false,"width":1449,"scale_multiplier":1.09,"position":{"x":-0.33322026088394857,"y":-0.08429147069359628,"z":0.9390735890784833},"id":"flat_image_6256714974232576_1561410311092","height":2044},{"is_stereo":false,"src":"https://storage.googleapis.com/orbix360-prod-images/users/h8h3eOiMFTVUooRZ86teiHO914m1/5170928082223104/MonaLisaAnaglyphbroach1.jpg","width":426,"scale_multiplier":1,"id":"flat_image_6256714974232576_1561421807322","position":{"x":-0.9966919859343492,"y":-0.07842360383917751,"z":-0.021326592205957052},"height":537}],"id":6256714974232576,"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;