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://storage.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fqfv7gAf3vacuJUmpxFaMIYZgaax1%2F5081601809580032%2Fscumbags360blenderjpg-1678941300645.jpg&uploadType=resumable&upload_id=ADPycdsx4rEpENEiVhgMaloLPlKa3vfcGvQlZLtoaX9extpS7r5-f8uH75-TnOzr2LSyC_3ELOCY_AE6qMGQXnb-ZMrN_Q","image_url":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/scumbags360blenderjpg-1678941300645.jpg","rotation":164.09511252547085,"thumbnail_gcs_filename":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/thumb_scumbags360blenderjpg-1678941300645.jpg","version":"v4","gcs_filename":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/scumbags360blenderjpg-1678941300645.jpg","filename":"scumbags360blenderjpg-1678939836839.jpg","folder":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032","thumbnail_image_url":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/thumb_scumbags360blenderjpg-1678941300645.jpg","is_stereo":false,"photo_type":"360_mono","created_date":"2023-03-16T04:10:36.839Z","updated_date":"2023-03-16T04:10:36.839Z","id":"6061826122973184","sort_order":1,"status":"active","has_anaglyph":false,"index":0,"title":"Photo 1"}]; console.log('num photos: ' + window.photos.length); window.photosMap = {"6061826122973184":{"resumable_upload_uri":"https://storage.googleapis.com/upload/storage/v1/b/orbix360-prod-images/o?name=users%2Fqfv7gAf3vacuJUmpxFaMIYZgaax1%2F5081601809580032%2Fscumbags360blenderjpg-1678941300645.jpg&uploadType=resumable&upload_id=ADPycdsx4rEpENEiVhgMaloLPlKa3vfcGvQlZLtoaX9extpS7r5-f8uH75-TnOzr2LSyC_3ELOCY_AE6qMGQXnb-ZMrN_Q","image_url":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/scumbags360blenderjpg-1678941300645.jpg","rotation":164.09511252547085,"thumbnail_gcs_filename":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/thumb_scumbags360blenderjpg-1678941300645.jpg","version":"v4","gcs_filename":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/scumbags360blenderjpg-1678941300645.jpg","filename":"scumbags360blenderjpg-1678939836839.jpg","folder":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032","thumbnail_image_url":"/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/thumb_scumbags360blenderjpg-1678941300645.jpg","is_stereo":false,"photo_type":"360_mono","created_date":"2023-03-16T04:10:36.839Z","updated_date":"2023-03-16T04:10:36.839Z","id":"6061826122973184","sort_order":1,"status":"active","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 = "5081601809580032"; window.tourUid = "qfv7gAf3vacuJUmpxFaMIYZgaax1"; window.customUrl = "http://www.orbix360.com"; window.tourSlug = "scumbag"; window.template = '360_mono'; window.template_category = '360'; window.tourShortCode = "cNqctnlSK"; 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['6061826122973184'] = 0; window.current_image_index = 0; window.current_image_id = 6061826122973184 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/a/AEdFTp6bTYH-L1-OuhiS5lAOdIRkupi3mDrnBxamwxc-M28=s96-c'; window.user_profile_name = 'Mike Cerqua'; window.shortURLRoot = 'https://orbix360.com'; window.image_url = 'https://storage.googleapis.com/orbix360-prod-images/users/qfv7gAf3vacuJUmpxFaMIYZgaax1/5081601809580032/thumb_scumbags360blenderjpg-1678941300645.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":[],"plugins":[{"visible":true,"instanceName":"MAGICEDEN","src":"/orbix/images/hotspot_new.png","pluginId":"5482965773582336","rotation":{"x":0,"y":460.0851094900478,"z":0},"scale":{"x":0.75,"y":0.75,"z":0.75},"label":"View SCUMBAG$ on Magic Eden","url":"https://magiceden.io/marketplace/scumbag","instanceId":"plugin_5482965773582336_1678941527663","width":"0.4","scriptFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/script.js","templateFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/template.html","position":{"x":-2.9400462155638976,"y":1.8875578357984515,"z":0.5229137036063547},"schemaFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/schema.json","show_label":"on_hover","height":"0.4"},{"visible":true,"instanceName":"https://magiceden.io/marketplace/slimeball","src":"/orbix/images/hotspot_new.png","pluginId":"5482965773582336","rotation":{"x":"0","y":"344.9205926687527","z":"0"},"scale":{"x":"0.75","y":"0.75","z":"0.75"},"label":"View SLIMBALL$ on Magic Eden","url":"https://magiceden.io/marketplace/slimeball","instanceId":"plugin_5482965773582336_1678941539746","width":"0.4","scriptFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/script.js","templateFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/template.html","position":{"x":"0.7804724742915508","y":"1.60000000000000050","z":"-2.8966985892345143"},"schemaFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/schema.json","show_label":"on_hover","height":"0.4"},{"visible":true,"instanceName":"youtube","src":"/orbix/images/hotspot_new.png","pluginId":"5482965773582336","rotation":{"x":0,"y":272.2695442461637,"z":0},"scale":{"x":0.75,"y":0.75,"z":0.75},"label":"Watch BigHeadBillionaires On Youtube","url":"https://www.youtube.com/channel/UC335TpWF9Ad-WuEwjjvxU5g","instanceId":"plugin_5482965773582336_1678941678965","width":"0.4","scriptFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/script.js","templateFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/template.html","position":{"x":2.9731235459656125,"y":1.2170477173415541,"z":-0.11783008797225603},"schemaFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/schema.json","show_label":"on_hover","height":"0.4"},{"visible":true,"instanceName":"city","src":"/orbix/images/hotspot_new.png","pluginId":"5482965773582336","rotation":{"x":0,"y":216.3488634413958,"z":0},"scale":{"x":0.75,"y":0.75,"z":0.75},"label":"Go Up to the City","url":"http://ourmeta.city","instanceId":"plugin_5482965773582336_1678941733035","width":"0.4","scriptFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/script.js","templateFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/template.html","position":{"x":1.7712204801158273,"y":1.8636593959086567,"z":2.406919552824179},"schemaFilename":"users/sn4iLJyuI5Y6LMBmIQrqSelGxJK2/5482965773582336/v1/schema.json","show_label":"on_hover","height":"0.4"}],"id":6061826122973184,"hotspots":[]}],"autorotate":{"enabled":true},"versionNumber":3}; 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/qfv7gAf3vacuJUmpxFaMIYZgaax1/branding/nadir-1689561675565.png' : '/images/orbix_nadir.png'; window.editMode = false;