360×180 Degrees Panorama Viewer with Three.js - Photo Sphere Viewer
360×180 Degrees Panorama Viewer with Three.js – Photo Sphere Viewer
Photo Sphere Viewer is a pure JavaScript library used to embed interactive panorama pictures on your web project using three.js.
Basic usage:
Load the needed three.js and the Photo Sphere Viewer javascript library in the document.
<script src="three.min.js"></script> <script src="photo-sphere-viewer.js"></script>
Create a container for the panorama viewer.
<div id="container"></div>
Create a new…
View On WordPress













