UNPKG

holoplay

Version:

A library for the Looking Glass 3D display that relies on three.js to show content in true 3D from the browser.

15 lines (12 loc) 502 B
// Copyright 2017-2019 Looking Glass Factory Inc. // All rights reserved. // Unauthorized copying or distribution of this file, and the source code // contained herein, is strictly prohibited. import * as Calibration from './calibration.js'; import QuiltRenderer from './quiltrenderer.js'; export {Buttons} from './buttons.js'; export {Camera} from './camera.js'; export {FullscreenHelper} from './fullscreen.js'; export {Renderer} from './renderer.js'; export {QuiltRenderer}; export {Calibration};