diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dabd52c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,286 @@
+### macOS ###
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+### macOS Patch ###
+# iCloud generated files
+*.icloud
+
+### Node ###
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+lerna-debug.log*
+.pnpm-debug.log*
+
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+*.lcov
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+node_modules/
+jspm_packages/
+
+# Snowpack dependency directory (https://snowpack.dev/)
+web_modules/
+
+# TypeScript cache
+*.tsbuildinfo
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional stylelint cache
+.stylelintcache
+
+# Microbundle cache
+.rpt2_cache/
+.rts2_cache_cjs/
+.rts2_cache_es/
+.rts2_cache_umd/
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variable files
+.env
+.env.development.local
+.env.test.local
+.env.production.local
+.env.local
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+.parcel-cache
+
+# Next.js build output
+.next
+out
+
+# Nuxt.js build / generate output
+.nuxt
+dist
+
+# Gatsby files
+.cache/
+# Comment in the public line in if your project uses Gatsby and not Next.js
+# https://nextjs.org/blog/next-9-1#public-directory-support
+# public
+
+# vuepress build output
+.vuepress/dist
+
+# vuepress v2.x temp and cache directory
+.temp
+
+# Docusaurus cache and generated files
+.docusaurus
+
+# Serverless directories
+.serverless/
+
+# FuseBox cache
+.fusebox/
+
+# DynamoDB Local files
+.dynamodb/
+
+# TernJS port file
+.tern-port
+
+# Stores VSCode versions used for testing VSCode extensions
+.vscode-test
+
+# yarn v2
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
+.yarn/install-state.gz
+.pnp.*
+
+### Node Patch ###
+# Serverless Webpack directories
+.webpack/
+
+# Optional stylelint cache
+
+# SvelteKit build / generate output
+.svelte-kit
+
+### WebStorm ###
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+
+# User-specific stuff
+.idea/**/workspace.xml
+.idea/**/tasks.xml
+.idea/**/usage.statistics.xml
+.idea/**/dictionaries
+.idea/**/shelf
+
+# AWS User-specific
+.idea/**/aws.xml
+
+# Generated files
+.idea/**/contentModel.xml
+
+# Sensitive or high-churn files
+.idea/**/dataSources/
+.idea/**/dataSources.ids
+.idea/**/dataSources.local.xml
+.idea/**/sqlDataSources.xml
+.idea/**/dynamic.xml
+.idea/**/uiDesigner.xml
+.idea/**/dbnavigator.xml
+
+# Gradle
+.idea/**/gradle.xml
+.idea/**/libraries
+
+# Gradle and Maven with auto-import
+# When using Gradle or Maven with auto-import, you should exclude module files,
+# since they will be recreated, and may cause churn. Uncomment if using
+# auto-import.
+# .idea/artifacts
+# .idea/compiler.xml
+# .idea/jarRepositories.xml
+# .idea/modules.xml
+# .idea/*.iml
+# .idea/modules
+# *.iml
+# *.ipr
+
+# CMake
+cmake-build-*/
+
+# Mongo Explorer plugin
+.idea/**/mongoSettings.xml
+
+# File-based project format
+*.iws
+
+# IntelliJ
+out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Cursive Clojure plugin
+.idea/replstate.xml
+
+# SonarLint plugin
+.idea/sonarlint/
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+
+# Editor-based Rest Client
+.idea/httpRequests
+
+# Android studio 3.1+ serialized cache file
+.idea/caches/build_file_checksums.ser
+
+### WebStorm Patch ###
+# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
+
+# *.iml
+# modules.xml
+# .idea/misc.xml
+# *.ipr
+.idea
+
+# Sonarlint plugin
+# https://plugins.jetbrains.com/plugin/7973-sonarlint
+.idea/**/sonarlint/
+
+# SonarQube Plugin
+# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
+.idea/**/sonarIssues.xml
+
+# Markdown Navigator plugin
+# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
+.idea/**/markdown-navigator.xml
+.idea/**/markdown-navigator-enh.xml
+.idea/**/markdown-navigator/
+
+# Cache file creation bug
+# See https://youtrack.jetbrains.com/issue/JBR-2257
+.idea/$CACHE_FILE$
+
+# CodeStream plugin
+# https://plugins.jetbrains.com/plugin/12206-codestream
+.idea/codestream.xml
+
+# Azure Toolkit for IntelliJ plugin
+# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
+.idea/**/azureSettings.xml
\ No newline at end of file
diff --git a/fallback.html b/fallback.html
new file mode 100644
index 0000000..a15e6c2
--- /dev/null
+++ b/fallback.html
@@ -0,0 +1,13 @@
+
+
+
+
+ Virtueel lab: Fout
+
+
+
+ De 360 graden viewer werkt helaas niet op dit apparaat, probeer het in een andere browser of op een ander apparaat.
+ Mocht het alsnog niet werken, kijk dan bij de module "Videos".
+
+
+
\ No newline at end of file
diff --git a/img/lab.jpg b/img/lab.jpg
new file mode 100644
index 0000000..b987fbd
Binary files /dev/null and b/img/lab.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..eb918b5
--- /dev/null
+++ b/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ Virtueel lab
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pannellum/COPYING b/pannellum/COPYING
new file mode 100644
index 0000000..2e8e824
--- /dev/null
+++ b/pannellum/COPYING
@@ -0,0 +1,18 @@
+Copyright (c) 2011-2019 Matthew Petroff
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/pannellum/VERSION b/pannellum/VERSION
new file mode 100644
index 0000000..da6b0a8
--- /dev/null
+++ b/pannellum/VERSION
@@ -0,0 +1 @@
+2.5.6
diff --git a/pannellum/changelog.md b/pannellum/changelog.md
new file mode 100644
index 0000000..dc1c4e9
--- /dev/null
+++ b/pannellum/changelog.md
@@ -0,0 +1,467 @@
+Changelog
+=========
+
+
+Changes in Pannellum 2.5.6 (2019-11-26)
+---------------------------------------
+
+Security fixes:
+ - Extended partial fix in v2.5.5 for XSS vulnerability that allowed script
+ execution when hot spots were clicked (CVE-2019-16763)
+
+
+Changes in Pannellum 2.5.5 (2019-11-21)
+---------------------------------------
+
+Bugfixes:
+ - Fixed device orientation permission request such that it works with iOS 13
+ - Extend yaw bounds range to allow restricted range that crosses +/-180 deg
+
+Security fixes:
+ - Fixed XSS vulnerability that allowed script execution when hot spots
+ were clicked (CVE-2019-16763)
+
+
+Changes in Pannellum 2.5.4 (2019-09-10)
+---------------------------------------
+
+Bugfixes:
+ - Fixed issue with loading large equirectangular panoramas on iOS
+ - Fixed issue with touch-based scrolling with `draggable` set to `false`
+
+Improvements:
+ - Started requesting device orientation permission (untested)
+
+
+Changes in Pannellum 2.5.3 (2019-08-21)
+---------------------------------------
+
+Bugfixes:
+ - Fixed loading scenes after previous load failure
+ - Fixed regression that caused auto-rotation to stop after one revolution
+ - Fixed behavior of `multiResMinHfov` to match documentation;
+ default multi-resolution `minHfov` behavior now matches pre-v2.5
+
+Improvements:
+ - Added optional `scale` parameter to scale hot spots while zooming
+ - Improved recovery from failed scene loading
+
+API improvements:
+ - Added optional pitch argument to `startAutoRotate`
+
+Other:
+ - Added Journal of Open Source Software (JOSS) manuscript
+ - Numerous documentation improvements per JOSS review (thanks @vsoch and @Fil)
+ - Improved continuous integration and automated testing support
+ - Clarified `generate.py` error messages
+ - Added Dockerfile for `generate.py`
+
+
+Changes in Pannellum 2.5.2 (2019-07-13)
+---------------------------------------
+
+Bugfixes:
+ - Fixed regression in Video.js plugin
+
+
+Changes in Pannellum 2.5.1 (2019-07-13)
+---------------------------------------
+
+Other:
+ - Fixed issue with tagging 2.5.0 release
+
+
+Changes in Pannellum 2.5.0 (2019-07-13)
+---------------------------------------
+
+New Features:
+ - The background color can be set for partial panoramas
+ (`backgroundColor` parameter)
+ - Partial panoramas are now supported for the multiresolution format
+ - An author URL can now be added (`authorURL` parameter)
+
+New API functions:
+ - Added `fullscreenchange`, `zoomchange`, and `animatefinished` events
+ - Added `stopMovement` function for stopping all viewer movement
+
+Improvements:
+ - Equirectangular images are now automatically split into two separate
+ textures if they're too big (images up to 8192px wide should now be
+ widely supported)
+ - Improved render quality for equirectangular images on mobile (using `highp`
+ for fragment shader)
+ - Keyboard events for keys not used by the viewer are no longer captured, and
+ the list of captured keys is configurable (`capturedKeyNumbers` parameter)
+ - Multiresolution tiles can now be generated from cylindrical panoramas
+ - Hot spots can now be removed from scenes that aren't currently loaded
+ - Hot spot cursor is now set via CSS class (so it can be overridden)
+ - Hot spot link attributes can now be set (`attributes` parameter)
+ - The "friction" that slows down the viewer motion can now be configured
+ (`friction` parameter)
+ - Dynamic scenes are now properly supported for tours
+
+Bugfixes:
+ - Fixed regression in fallback renderer
+ - Fixed bug with URL encoding
+ - Fixed regression in Video.js plugin
+ - Fixed auto-rotate bug that was manifested when using API to set view
+ - Fixed full screen bug in Chrome
+ - Fixed bug with removing event listeners
+ - Fixed issue with mouse dragging causing jump around yaw limits
+ - Fixed bug with deleting hot spots
+ - Fixed bug with fading between scenes
+
+Other:
+ - Added limited test suite / continuous integration
+ - Removed `requestAnimationFrame` shim, dropping support for some
+ older browsers
+
+
+Changes in Pannellum 2.4.1 (2018-03-03)
+---------------------------------------
+
+Bugfixes:
+
+ - Fix touch input issue in Chrome
+ - The API's `loadScene` method now works when no scenes have been loaded yet
+
+
+Changes in Pannellum 2.4.0 (2018-01-30)
+---------------------------------------
+
+New Features:
+
+- Translation support
+- Event for when scene change fade completes (`scenechangefadedone`)
+- Events for touch starts and ends (`touchstart` and `touchend`)
+- Added ability to set custom animation timing
+ function (`animationTimingFunction` parameter)
+- Added option for only enable mouse wheel zoom while in
+ fullscreen (`mouseZoom` parameter)
+- Added option to set title and author displayed while the load button
+ is displayed (`previewTitle` and `previewAuthor` parameters)
+- Mouse and touch dragging can now be disabled (`draggable` parameter)
+- Added option to disable keyboard controls (`disableKeyboardCtrl` parameter)
+- CORS setting can now be configured
+
+New API functions:
+
+- Check if image is loaded (`isLoaded`)
+- Method to update viewer after it is resized (`resize`)
+- Set horizon pitch and roll (`setPose`)
+- Turn device orientation control on and off, check if it is supported, and
+ check if it is activated (`startOrientation`, `stopOrientation`,
+ `isOrientationSupported`, and `isOrientationActive`)
+- Method to retrieve viewer's container element (`getContainer`)
+
+Improvements:
+
+- Double-clicking now causes the viewer to zoom in (and back out when
+ double-clicking while zoomed in)
+- New lines are now allowed in hot spot text
+- Support for HTML in configuration strings can be enabled when using
+ the API (`escapeHTML` parameter)
+- Fallback cursor is provided for browsers that don't support SVG data URIs
+- Image type configuration parameter is now validated
+- Optional callbacks added to `lookAt`, `setPitch`, `setYaw`, and `setHfov`
+ API functions
+- Scroll events are now only captured when they're being used
+- Viewer object is now assigned to a variable in the standalone viewer
+- Hot spots can now be added with API before panorama is loaded
+- Viewer UI is now created in a container element
+
+Bugfixes:
+
+- Fixed race condition when scene change hot spot is double-clicked
+- Fixed bug with preview image absolute URLs
+- Removed redundant constraints on yaw in API
+- Tabbing now works, and only events for keys that are used are captured
+- Fixed bug in HTML escaping
+- Fixed bug that sometimes occurred when `orientationOnByDefault` was `true`
+- Yaw no longer changes when device orientation mode is activated
+- Fixed iOS 10 canvas size too big issue
+- Fixed iOS 10 NPOT cube map issue
+- Hot spots added via API are now permanent between scene changes
+- Fixed multiple bugs with removing event listeners
+- Fixed bug with multiresolution tile loading
+- Fixed `sameAzimuth` target yaw not working when `northOffset` wasn't set
+- Fixed bug yaw out of bounds in `mouseEventToCoords`
+- Fixed bug with `animateMove` function
+- Fixed bug with scene change fade
+- Yaw animation is now always in the shortest direction
+- Fixed bug related to removing hot spots
+
+
+Changes in Pannellum 2.3.2 (2016-11-20)
+---------------------------------------
+
+Bugfixes:
+
+ - Fix Chrome fullscreen regression introduced in 2.3.1
+
+
+Changes in Pannellum 2.3.1 (2016-11-19)
+---------------------------------------
+
+Bugfixes:
+
+ - Removed use of poorly supported ES6 `Math.sign` function
+ - Fixed fullscreen bug in Internet Explorer
+ - Fixed framerate issue with device orientation control enabled
+
+Improvements:
+
+ - Better handling of view limits when both limits are in view
+
+
+Changes in Pannellum 2.3.0 (2016-10-30)
+---------------------------------------
+
+New Features:
+
+ - Device orientation support for mobile devices
+ - Event framework for API
+ - Partial panorama background color can now be set using
+ `backgroundColor` parameter
+ - Custom hot spots are now supported as are hot spot click handlers
+ - Hot spots can now specify target HFOV (`targetHfov` parameter)
+ - Parameter to hide all controls (`showControls`)
+ - Parameter to disable mouse zooming (`mouseZoom`)
+
+New API functions:
+
+ - Destructor (`destroy`)
+ - Look at position (`lookAt`)
+ - Get current scene ID (`getScene`)
+ - Load scene (`loadScene`)
+ - Add and remove scenes (`addScene` and `removeScene`)
+ - Add and remove hot spots (`addHotSpot` and `removeHotSpot`)
+ - Auto rotate start / stop (`startAutoRotate` and `stopAutoRotate`)
+ - Retrieve current configuration (`getConfig`)
+ - Toggle fullscreen (`toggleFullscreen`)
+ - Get and set north offset (`getNorthOffset` and `setNorthOffset`)
+
+Improvements:
+
+ - Pitch and yaw limits are now applied to edge of viewer instead of center
+ - Panorama extents can now be set using URL parameters
+ - Individual XMP metadata parameters can now be overridden
+ - Horizon pitch and roll can now be manually set (was previously only
+ supported via XMP metadata)
+ - When auto rotate restarts, the pitch and HFOV now return to their
+ original values
+ - API movements can now be animated
+ - Standalone viewer is more mobile friendly
+ - Improved touch panning interaction
+ - Fragments identifiers can now be used for standalone viewer configuration
+ - Blob URLs are now supported
+ - Added hot spot debug indicator
+ - Video.js plugin now accepts a Pannellum configuration
+
+Bugfixes:
+
+ - Fixed numerous auto rotate bugs
+ - Auto rotate speed is now actually in degrees per second
+ - Long error URLs are now properly wrapped
+ - Fixed mobile device orientation change bug
+ - Fixed Safari fullscreen bug
+ - Fullscreen now works in IE
+ - Fixed Chrome bug where hot spots appeared above controls
+ - Scene fades with multires now work properly
+ - Hot spot target pointing now works when set to zero
+ - Hot spots without text are now properly handled
+ - Fixed memory leaks
+ - Fixed multires tile loading error
+ - Fixed a few URL handling bugs
+ - Fixed multires zoom jumping when viewer was resized
+ - Title and author are now reset when changing scenes
+ - Mouse handlers now work with Hi-DPI displays
+ - Minimum and maximum HFOV can now both be set to the same value
+
+Backwards-Incompatible Configuration Parameter Changes:
+
+ - The deprecated `tour` parameter was removed; tour JSON configuration files
+ can be used with the `config` parameter
+
+
+Changes in Pannellum 2.2.1 (2016-03-11)
+---------------------------------------
+
+New Features:
+
+ - NPM support
+
+Improvements:
+
+ - Set `Accept` header to request images
+ - Ensure `hfov` is a number
+ - Better restriction on yaw range
+
+
+Changes in Pannellum 2.2.0 (2016-01-27)
+---------------------------------------
+
+New Features:
+
+ - An API has been added instead of just a standalone viewer; the API should be
+ considered experimental at this point and may be subject to change
+ - The `PosePitchDegrees` and `PoseRollDegrees` XMP tags are now supported
+ (used by the Ricoh Theta S)
+ - Optional fade animation for transitioning between scenes using the
+ `sceneFadeDuration` parameter
+ - New `autoRotateStopDelay` parameter that allows the panorama to be rotate
+ for a specific period of time before stopping
+ - Hot spot debug parameter to assist with positioning hot spots
+ (`hotSpotDebug`)
+ - Parameter to disable keyboard zooming (`keyboardZoom`)
+
+Improvements:
+
+ - Much better equirectangular video support using Video.js
+ - High-DPI support
+ - Unified configuration files; tour configuration files can now be used
+ directly with the `config` parameter
+ - Page title is now set to the panorama title in the standalone viewer
+ - Aspect ratio of preview image is now maintained
+ - Fullscreen button is now only shown if fullscreen is allowed
+ - Pointer Events are now supported for touch controls in IE / Edge
+ - Performance improvements
+ - CSS 3D renderer now works with cubemaps
+ - CSS 3D renderer now works in IE 10/11
+ - Configuration files are now loaded asynchronously (synchronous request are
+ deprecated by most browsers)
+ - Improved keyboard zooming speed
+ - Added checks to avoid browser NPOT cubemap bugs
+ - Better path handling
+ - Informative error is shown when Pannellum is opend from local filesystem
+ instead of a web server
+
+Bugfixes:
+
+ - Fixed zoom out jerkiness in Chrome
+ - Fixed inertia-related jumping
+ - Fixed CSS 3D renderer edge flickering issue
+ - Fixed CSS 3D renderer hot spot display bug
+ - Fixed a number of Safari-related bugs
+ - Fixed bug with autoloaded tours
+ - Fixed bug where hot spot tooltips were sometimes obscured
+ - Fixed CSS 3D renderer fullscreen bug
+ - Fixed `vOffset` bug
+ - Fixed image hot spots bug
+ - Fixed zoom bug related to small multires panoramas
+
+Backwards-Incompatible Configuration Parameter Changes:
+
+ - The sign of hot spot yaw positions has been flipped to match the rest of
+ Pannellum's yaw values
+ - The `tour` parameter is deprecated and will be removed in the next major
+ release; tour JSON configuration files can be used with the `config`
+ parameter
+ - Undocumented URL configuration parameters can no longer be used
+ - The `header` parameter can no longer be used; use the API instead
+
+Other:
+
+ - Extra row of pixels no longer needed in multires fallback images
+ - Added JSDoc documentation
+
+
+Changes in Pannellum 2.1.1 (2015-01-19)
+---------------------------------------
+
+Bugfixes:
+ - Force subpixel rendering for hot spots
+
+
+Changes in Pannellum 2.1.0 (2015-01-14)
+---------------------------------------
+
+New Features:
+
+ - Ability to limit pitch, yaw, and hfov extents
+ - Can set starting pitch and yaw in scene linked to by hotspot
+ - Pinch to zoom
+ - Zoom and fullscreen controls can be hidden
+ - "Inertia"
+ - Option to begin auto rotating after a period of user inactivity
+ - Use Photo Sphere XMP metadata for configuration
+ - Preliminary equirectangular video support (no controls)
+
+Improvements:
+
+ - Loading progress bar is displayed for equirectangular panoramas
+ - Error message for image being to large for a device is now much more
+ descriptive
+ - Zoom level choosing for multiresolution panoramas is improved
+ - Documentation of configuration parameters was added
+ - Python 2.7 support for multiresolution tile generator script
+
+Bugfixes:
+
+ - Fix bug where preview images wasn't always loaded for cubic panoramas
+ - Hot spots are now displayed behind controls
+ - Fix bug with multiresolution panoramas when `basePath` isn't defined
+ - Error message displayed for IE 9
+
+Backwards-Incompatible Configuration Parameter Changes:
+
+ - `voffset` changed to `vOffset`
+ - `autorotate` changed to `autoRotate`
+ - `autoload` changed to `autoLoad`
+ - `autoLoad` value changed from `'yes'` to `true`
+
+Other:
+
+ - Popout mode, for browsers that do not support the fullscreen API, has been
+ removed
+
+
+Changes in Pannellum 2.0.1 (2014-08-24)
+---------------------------------------
+
+Bugfixes:
+ - Fix keyboard controls in Safari
+
+
+Changes in Pannellum 2.0 (2014-08-22)
+-------------------------------------
+
+New Features:
+
+ - New rendering backend
+ - Multiresolution panoramas
+ - Partial panoramas
+ - Cubic panoramas
+ - CSS 3D fallback renderer for multiresolution panoramas
+ - JSON configuration files
+ - Hot spots and tours
+ - Compass headings
+
+Improvements:
+
+ - More configuration options
+ - New theme
+ - Performance improvements
+ - CORS support
+
+Bugfixes:
+
+ - Numerous
+
+
+Changes in Pannellum 1.2 (2012-08-28)
+-------------------------------------
+
+New Features:
+
+ - Added keyboard panning controls
+ - Added support for a fallback URL if WebGL is not supported
+
+Improvements:
+
+ - Clarified load button text
+ - Switched from raster to vector icons
+
+Bugfixes:
+
+ - Added workaround for WebKit fullscreen regression
diff --git a/pannellum/pannellum.css b/pannellum/pannellum.css
new file mode 100644
index 0000000..592b034
--- /dev/null
+++ b/pannellum/pannellum.css
@@ -0,0 +1,2 @@
+/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
+.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-sprite{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A')}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,0.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,0.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a,.pnlm-author-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}
\ No newline at end of file
diff --git a/pannellum/pannellum.htm b/pannellum/pannellum.htm
new file mode 100644
index 0000000..7180acd
--- /dev/null
+++ b/pannellum/pannellum.htm
@@ -0,0 +1,116 @@
+
+
+Pannellum
\ No newline at end of file
diff --git a/pannellum/pannellum.js b/pannellum/pannellum.js
new file mode 100644
index 0000000..22bbb7d
--- /dev/null
+++ b/pannellum/pannellum.js
@@ -0,0 +1,110 @@
+// Pannellum 2.5.6, https://github.com/mpetroff/pannellum
+window.libpannellum=function(E,g,p){function Ba(K){function ja(a,e){return 1==a.level&&1!=e.level?-1:1==e.level&&1!=a.level?1:e.timestamp-a.timestamp}function Q(a,e){return a.level!=e.level?a.level-e.level:a.diff-e.diff}function ka(a,e,c,g,l,h){this.vertices=a;this.side=e;this.level=c;this.x=g;this.y=l;this.path=h.replace("%s",e).replace("%l",c).replace("%x",g).replace("%y",l)}function Ja(a,e,g,p,l){var h;var d=e.vertices;h=la(a,d.slice(0,3));var u=la(a,d.slice(3,6)),x=la(a,d.slice(6,9)),d=la(a,d.slice(9,
+12)),t=h[0]+u[0]+x[0]+d[0];-4==t||4==t?h=!1:(t=h[1]+u[1]+x[1]+d[1],h=-4==t||4==t?!1:4!=h[2]+u[2]+x[2]+d[2]);if(h){h=e.vertices;u=h[0]+h[3]+h[6]+h[9];x=h[1]+h[4]+h[7]+h[10];d=h[2]+h[5]+h[8]+h[11];t=Math.sqrt(u*u+x*x+d*d);d=Math.asin(d/t);u=Math.atan2(x,u)-p;u+=u>Math.PI?-2*Math.PI:u<-Math.PI?2*Math.PI:0;u=Math.abs(u);e.diff=Math.acos(Math.sin(g)*Math.sin(d)+Math.cos(g)*Math.cos(d)*Math.cos(u));u=!1;for(x=0;xg&&(h[0]=-1);1l&&(h[1]=-1);1c||1t;t++)0==m[t].width&&(m[t]=a)}}e===p&&(e="equirectangular");if("equirectangular"!=e&&"cubemap"!=e&&"multires"!=e)throw console.log("Error: invalid image type specified!"),
+{type:"config error"};z=e;m=L;F=Ca;va=u||{};if(c){U&&(a.detachShader(c,U),a.deleteShader(U));V&&(a.detachShader(c,V),a.deleteShader(V));a.bindBuffer(a.ARRAY_BUFFER,null);a.bindBuffer(a.ELEMENT_ARRAY_BUFFER,null);c.texture&&a.deleteTexture(c.texture);if(c.nodeCache)for(L=0;Lt;t++)0d;d++)c[4*(b+a.width)+d]=c[4*(b+2*a.width)+d],c[4*(b+a.width*(a.height-2))+d]=c[4*(b+a.width*(a.height-3))+d];for(b=2;bd;d++)c[4*(b*a.width+1)+d]=c[4*(b*a.width+2)+d],c[4*((b+1)*a.width-2)+d]=c[4*((b+1)*a.width-3)+d];for(d=0;4>d;d++)c[4*(a.width+1)+d]=c[4*(2*a.width+2)+d],c[4*(2*a.width-2)+d]=c[4*(3*a.width-3)+d],c[4*(a.width*(a.height-2)+1)+d]=c[4*
+(a.width*(a.height-3)+2)+d],c[4*(a.width*(a.height-1)-2)+d]=c[4*(a.width*(a.height-2)-3)+d];for(b=1;bd;d++)c[4*b+d]=c[4*(b+a.width)+d],c[4*(b+a.width*(a.height-1))+d]=c[4*(b+a.width*(a.height-2))+d];for(b=1;bd;d++)c[b*a.width*4+d]=c[4*(b*a.width+1)+d],c[4*((b+1)*a.width-1)+d]=c[4*((b+1)*a.width-2)+d];for(d=0;4>d;d++)c[d]=c[4*(a.width+1)+d],c[4*(a.width-1)+d]=c[4*(2*a.width-2)+d],c[a.width*(a.height-1)*4+d]=c[4*(a.width*(a.height-2)+1)+d],c[4*(a.width*
+a.height-1)+d]=c[4*(a.width*(a.height-1)-2)+d];e.putImageData(h,0,0);D.call(this)};var D=function(){0t;t++)h=new Image,h.crossOrigin=va.crossOrigin?va.crossOrigin:"anonymous",h.side=t,h.onload=l,h.onerror=D,h.src="multires"==z?H.replace("%s",Q[t])+"."+m.extension:m[t].src;x($)}else{if(!a)throw console.log("Error: no WebGL support detected!"),
+{type:"no webgl"};"cubemap"==z&&x(y);m.fullpath=m.basePath?m.basePath+m.path:m.path;m.invTileResolution=1/m.tileResolution;L=ta();wa=[];for(t=0;6>t;t++)wa[t]=L.slice(12*t,12*t+12),L=ta();L=0;if("equirectangular"==z){if(L=a.getParameter(a.MAX_TEXTURE_SIZE),Math.max(m.width/2,m.height)>L)throw console.log("Error: The image is too big; it's "+m.width+"px wide, but this device's maximum supported size is "+2*L+"px."),{type:"webgl size error",width:m.width,maxWidth:2*L};}else if("cubemap"==z&&y>a.getParameter(a.MAX_CUBE_MAP_TEXTURE_SIZE))throw console.log("Error: The image is too big; it's "+
+y+"px wide, but this device's maximum supported size is "+L+"px."),{type:"webgl size error",width:y,maxWidth:L};u===p||u.horizonPitch===p&&u.horizonRoll===p||(ga=[u.horizonPitch==p?0:u.horizonPitch,u.horizonRoll==p?0:u.horizonRoll]);y=a.TEXTURE_2D;a.viewport(0,0,a.drawingBufferWidth,a.drawingBufferHeight);a.getShaderPrecisionFormat&&(e=a.getShaderPrecisionFormat(a.FRAGMENT_SHADER,a.HIGH_FLOAT))&&1>e.precision&&(oa=oa.replace("highp","mediump"));U=a.createShader(a.VERTEX_SHADER);e=s;"multires"==z&&
+(e=k);a.shaderSource(U,e);a.compileShader(U);V=a.createShader(a.FRAGMENT_SHADER);e=pa;"cubemap"==z?(y=a.TEXTURE_CUBE_MAP,e=qa):"multires"==z&&(e=bb);a.shaderSource(V,e);a.compileShader(V);c=a.createProgram();a.attachShader(c,U);a.attachShader(c,V);a.linkProgram(c);a.getShaderParameter(U,a.COMPILE_STATUS)||console.log(a.getShaderInfoLog(U));a.getShaderParameter(V,a.COMPILE_STATUS)||console.log(a.getShaderInfoLog(V));a.getProgramParameter(c,a.LINK_STATUS)||console.log(a.getProgramInfoLog(c));a.useProgram(c);
+c.drawInProgress=!1;e=u.backgroundColor?u.backgroundColor:[0,0,0];a.clearColor(e[0],e[1],e[2],1);a.clear(a.COLOR_BUFFER_BIT);c.texCoordLocation=a.getAttribLocation(c,"a_texCoord");a.enableVertexAttribArray(c.texCoordLocation);"multires"!=z?(ca||(ca=a.createBuffer()),a.bindBuffer(a.ARRAY_BUFFER,ca),a.bufferData(a.ARRAY_BUFFER,new Float32Array([-1,1,1,1,1,-1,-1,1,1,-1,-1,-1]),a.STATIC_DRAW),a.vertexAttribPointer(c.texCoordLocation,2,a.FLOAT,!1,0,0),c.aspectRatio=a.getUniformLocation(c,"u_aspectRatio"),
+a.uniform1f(c.aspectRatio,a.drawingBufferWidth/a.drawingBufferHeight),c.psi=a.getUniformLocation(c,"u_psi"),c.theta=a.getUniformLocation(c,"u_theta"),c.f=a.getUniformLocation(c,"u_f"),c.h=a.getUniformLocation(c,"u_h"),c.v=a.getUniformLocation(c,"u_v"),c.vo=a.getUniformLocation(c,"u_vo"),c.rot=a.getUniformLocation(c,"u_rot"),a.uniform1f(c.h,H/(2*Math.PI)),a.uniform1f(c.v,l/Math.PI),a.uniform1f(c.vo,h/Math.PI*2),"equirectangular"==z&&(c.backgroundColor=a.getUniformLocation(c,"u_backgroundColor"),a.uniform4fv(c.backgroundColor,
+e.concat([1]))),c.texture=a.createTexture(),a.bindTexture(y,c.texture),"cubemap"==z?(a.texImage2D(a.TEXTURE_CUBE_MAP_POSITIVE_X,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[1]),a.texImage2D(a.TEXTURE_CUBE_MAP_NEGATIVE_X,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[3]),a.texImage2D(a.TEXTURE_CUBE_MAP_POSITIVE_Y,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[4]),a.texImage2D(a.TEXTURE_CUBE_MAP_NEGATIVE_Y,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[5]),a.texImage2D(a.TEXTURE_CUBE_MAP_POSITIVE_Z,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[0]),a.texImage2D(a.TEXTURE_CUBE_MAP_NEGATIVE_Z,
+0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m[2])):m.width<=L?(a.uniform1i(a.getUniformLocation(c,"u_splitImage"),0),a.texImage2D(y,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m)):(a.uniform1i(a.getUniformLocation(c,"u_splitImage"),1),H=g.createElement("canvas"),H.width=m.width/2,H.height=m.height,H=H.getContext("2d"),H.drawImage(m,0,0),l=H.getImageData(0,0,m.width/2,m.height),a.texImage2D(y,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,l),c.texture2=a.createTexture(),a.activeTexture(a.TEXTURE1),a.bindTexture(y,c.texture2),a.uniform1i(a.getUniformLocation(c,
+"u_image1"),1),H.drawImage(m,-m.width/2,0),l=H.getImageData(0,0,m.width/2,m.height),a.texImage2D(y,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,l),a.texParameteri(y,a.TEXTURE_WRAP_S,a.CLAMP_TO_EDGE),a.texParameteri(y,a.TEXTURE_WRAP_T,a.CLAMP_TO_EDGE),a.texParameteri(y,a.TEXTURE_MIN_FILTER,a.LINEAR),a.texParameteri(y,a.TEXTURE_MAG_FILTER,a.LINEAR),a.activeTexture(a.TEXTURE0)),a.texParameteri(y,a.TEXTURE_WRAP_S,a.CLAMP_TO_EDGE),a.texParameteri(y,a.TEXTURE_WRAP_T,a.CLAMP_TO_EDGE),a.texParameteri(y,a.TEXTURE_MIN_FILTER,
+a.LINEAR),a.texParameteri(y,a.TEXTURE_MAG_FILTER,a.LINEAR)):(c.vertPosLocation=a.getAttribLocation(c,"a_vertCoord"),a.enableVertexAttribArray(c.vertPosLocation),Fa||(Fa=a.createBuffer()),Y||(Y=a.createBuffer()),na||(na=a.createBuffer()),a.bindBuffer(a.ARRAY_BUFFER,Y),a.bufferData(a.ARRAY_BUFFER,new Float32Array([0,0,1,0,1,1,0,1]),a.STATIC_DRAW),a.bindBuffer(a.ELEMENT_ARRAY_BUFFER,na),a.bufferData(a.ELEMENT_ARRAY_BUFFER,new Uint16Array([0,1,2,0,2,3]),a.STATIC_DRAW),c.perspUniform=a.getUniformLocation(c,
+"u_perspMatrix"),c.cubeUniform=a.getUniformLocation(c,"u_cubeMatrix"),c.level=-1,c.currentNodes=[],c.nodeCache=[],c.nodeCacheTimestamp=0);H=a.getError();if(0!==H)throw console.log("Error: Something went wrong with WebGL!",H),{type:"webgl error"};d()}};this.destroy=function(){K!==p&&(A!==p&&K.contains(A)&&K.removeChild(A),R!==p&&K.contains(R)&&K.removeChild(R));if(a){var c=a.getExtension("WEBGL_lose_context");c&&c.loseContext()}};this.resize=function(){var g=E.devicePixelRatio||1;A.width=A.clientWidth*
+g;A.height=A.clientHeight*g;a&&(1286==a.getError()&&Ea(),a.viewport(0,0,a.drawingBufferWidth,a.drawingBufferHeight),"multires"!=z&&a.uniform1f(c.aspectRatio,A.clientWidth/A.clientHeight))};this.resize();this.setPose=function(a,c){ga=[a,c]};this.render=function(g,e,k,s){var l,h=0;s===p&&(s={});s.roll&&(h=s.roll);if(ga!==p){l=ga[0];var d=ga[1],u=g,x=e,t=Math.cos(d)*Math.sin(g)*Math.sin(l)+Math.cos(g)*(Math.cos(l)*Math.cos(e)+Math.sin(d)*Math.sin(l)*Math.sin(e)),E=-Math.sin(g)*Math.sin(d)+Math.cos(g)*
+Math.cos(d)*Math.sin(e);g=Math.cos(d)*Math.cos(l)*Math.sin(g)+Math.cos(g)*(-Math.cos(e)*Math.sin(l)+Math.cos(l)*Math.sin(d)*Math.sin(e));g=Math.asin(Math.max(Math.min(g,1),-1));e=Math.atan2(E,t);l=[Math.cos(u)*(Math.sin(d)*Math.sin(l)*Math.cos(x)-Math.cos(l)*Math.sin(x)),Math.cos(u)*Math.cos(d)*Math.cos(x),Math.cos(u)*(Math.cos(l)*Math.sin(d)*Math.cos(x)+Math.sin(x)*Math.sin(l))];d=[-Math.cos(g)*Math.sin(e),Math.cos(g)*Math.cos(e)];d=Math.acos(Math.max(Math.min((l[0]*d[0]+l[1]*d[1])/(Math.sqrt(l[0]*
+l[0]+l[1]*l[1]+l[2]*l[2])*Math.sqrt(d[0]*d[0]+d[1]*d[1])),1),-1));0>l[2]&&(d=2*Math.PI-d);h+=d}if(a||"multires"!=z&&"cubemap"!=z){if("multires"!=z)k=2*Math.atan(Math.tan(0.5*k)/(a.drawingBufferWidth/a.drawingBufferHeight)),k=1/Math.tan(0.5*k),a.uniform1f(c.psi,e),a.uniform1f(c.theta,g),a.uniform1f(c.rot,h),a.uniform1f(c.f,k),!0===F&&"equirectangular"==z&&(a.bindTexture(a.TEXTURE_2D,c.texture),a.texImage2D(a.TEXTURE_2D,0,a.RGB,a.RGB,a.UNSIGNED_BYTE,m)),a.drawArrays(a.TRIANGLES,0,6);else{l=a.drawingBufferWidth/
+a.drawingBufferHeight;d=2*Math.atan(Math.tan(k/2)*a.drawingBufferHeight/a.drawingBufferWidth);d=1/Math.tan(d/2);l=[d/l,0,0,0,0,d,0,0,0,0,100.1/-99.9,20/-99.9,0,0,-1,0];for(d=1;dm.tileResolution*Math.pow(2,d-1)*Math.tan(k/2)*0.707;)d++;c.level=d;d=[1,0,0,0,1,0,0,0,1];d=ua(d,-h,"z");d=ua(d,-g,"x");d=ua(d,e,"y");d=[d[0],d[1],d[2],0,d[3],d[4],d[5],0,d[6],d[7],d[8],0,0,0,0,1];a.uniformMatrix4fv(c.perspUniform,!1,new Float32Array(ma(l)));a.uniformMatrix4fv(c.cubeUniform,
+!1,new Float32Array(ma(d)));h=[l[0]*d[0],l[0]*d[1],l[0]*d[2],0,l[5]*d[4],l[5]*d[5],l[5]*d[6],0,l[10]*d[8],l[10]*d[9],l[10]*d[10],l[11],-d[8],-d[9],-d[10],0];c.nodeCache.sort(ja);if(200c.currentNodes.length+50)for(l=c.nodeCache.splice(200,c.nodeCache.length-200),d=0;dl;l++)u=new ka(wa[l],d[l],1,0,0,m.fullpath),Ja(h,u,g,e,k);c.currentNodes.sort(Q);for(g=S.length-1;0<=
+g;g--)-1===c.currentNodes.indexOf(S[g].node)&&(S[g].node.textureLoad=!1,S.splice(g,1));if(0===S.length)for(g=0;gg;g++)if(h=R.querySelector(".pnlm-"+k[g]+"face"))h.style.webkitTransform=e+s[k[g]],h.style.transform=e+s[k[g]]};this.isLoading=
+function(){if(a&&"multires"==z)for(var g=0;g u_h || coord.y < -u_v + u_vo || coord.y > u_v + u_vo)\ngl_FragColor = u_backgroundColor;\nelse {\nif(u_splitImage) {\nif(coord.x < 0.0)\ngl_FragColor = texture2D(u_image0, vec2((coord.x + u_h) / u_h, (-coord.y + u_v + u_vo) / (u_v * 2.0)));\nelse\ngl_FragColor = texture2D(u_image1, vec2((coord.x + u_h) / u_h - 1.0, (-coord.y + u_v + u_vo) / (u_v * 2.0)));\n} else {\ngl_FragColor = texture2D(u_image0, vec2((coord.x + u_h) / (u_h * 2.0), (-coord.y + u_v + u_vo) / (u_v * 2.0)));\n}\n}\n}",
+bb="varying mediump vec2 v_texCoord;uniform sampler2D u_sampler;void main(void) {gl_FragColor = texture2D(u_sampler, v_texCoord);}";return{renderer:function(g,k,p,s){return new Ba(g,k,p,s)}}}(window,document);
+window.pannellum=function(E,g,p){function Ba(s,k){function oa(){var a=g.createElement("div");a.innerHTML="\x3c!--[if lte IE 9]>a;a++)P.push(new Image),P[a].crossOrigin=b.crossOrigin;q.load.lbox.style.display="block";q.load.lbar.style.display="none"}else if("multires"==b.type)a=JSON.parse(JSON.stringify(b.multiRes)),b.basePath&&b.multiRes.basePath&&!/^(?:[a-z]+:)?\/\//i.test(b.multiRes.basePath)?
+a.basePath=b.basePath+b.multiRes.basePath:b.multiRes.basePath?a.basePath=b.multiRes.basePath:b.basePath&&(a.basePath=b.basePath),P=a;else if(!0===b.dynamic)P=b.panorama;else{if(b.panorama===p){K(b.strings.noPanoramaError);return}P=new Image}if("cubemap"==b.type)for(var n=6,c=function(){n--;0===n&&pa()},d=function(a){var ea=g.createElement("a");ea.href=a.target.src;ea.textContent=ea.href;K(b.strings.fileAccessError.replace("%s",ea.outerHTML))},a=0;ac||65536")+12),e=function(a){var b;0<=d.indexOf(a+'="')?(b=d.substring(d.indexOf(a+'="')+a.length+2),b=b.substring(0,b.indexOf('"'))):0<=d.indexOf(a+">")&&(b=d.substring(d.indexOf(a+">")+a.length+1),b=b.substring(0,
+b.indexOf("<")));return b!==p?Number(b):null},n=e("GPano:FullPanoWidthPixels"),c=e("GPano:CroppedAreaImageWidthPixels"),g=e("GPano:FullPanoHeightPixels"),h=e("GPano:CroppedAreaImageHeightPixels"),l=e("GPano:CroppedAreaTopPixels"),k=e("GPano:PoseHeadingDegrees"),m=e("GPano:PosePitchDegrees"),e=e("GPano:PoseRollDegrees");null!==n&&null!==c&&null!==g&&null!==h&&null!==l&&(0>aa.indexOf("haov")&&(b.haov=c/n*360),0>aa.indexOf("vaov")&&(b.vaov=h/g*180),0>aa.indexOf("vOffset")&&(b.vOffset=-180*((l+h/2)/g-
+0.5)),null!==k&&0>aa.indexOf("northOffset")&&(b.northOffset=k,!1!==b.compass&&(b.compass=!0)),null!==m&&null!==e&&(0>aa.indexOf("horizonPitch")&&(b.horizonPitch=m),0>aa.indexOf("horizonRoll")&&(b.horizonRoll=e)))}P.src=E.URL.createObjectURL(a)});f.readAsBinaryString!==p?f.readAsBinaryString(a):f.readAsText(a)}function K(a){a===p&&(a=b.strings.genericWebGLError);q.errorMsg.innerHTML="