VRShooter_Score

VR_Score

by RedYggdrasil

HTML

<script src="https://ajax.googleapis.com/ajax/libs/threejs/r70/three.min.js"></script>
<script src="https://cdn.rawgit.com/mistic100/Photo-Sphere-Viewer/3.1.0/dist/photo-sphere-viewer.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/mistic100/Photo-Sphere-Viewer/3.1.0/dist/photo-sphere-viewer.min.css">
<div id="photosphere"></div>

CSS

#photosphere {
  height: 550px;
  width: 900px;
  margin: 0 auto;
}

JavaScript

var PSV = new PhotoSphereViewer({
    panorama: 'https://i.imgur.com/NJPxCg2.jpg',
    container: 'photosphere',
    loading_img: 'https://raw.githubusercontent.com/mistic100/Photo-Sphere-Viewer/3.1.0/example/photosphere-logo.gif',
    navbar: 'autorotate zoom download fullscreen',
    caption: '<b>Score</b>',
    default_fov: 65,
    mousewheel: false,
    size: {
      height: 500,
      width: 900
    }
  });