Skip to the content.

Three.js Spatial Viewer

A spatial media viewer for displaying various kinds of spatial content. Only just started working on this and currently just supports the Looking Glass format.

Wishlist:

Would like to support both video and static images/gifs of the following formats:

And be able to display them in:

Installation

Install in your HTML head and make sure you have also included three.js

<script src="three-spatial-viewer.js"></script>

Or use ES6

yarn add https://github.com/caseypugh/three-spatial-viewer

And then import the plugin

import { 
  Player, SpatialType, StereoMode, QuiltConfig
} from 'three-spatial-viewer'