<!DOCTYPE html>
<html>
  <head>
    <title>Textures - 05 - Videosphere</title>
    <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
    <script src="../js/livecode.js"></script>
  </head>
  <body>
    <a-scene>
      <a-assets>
        <video
          id="video"
          autoplay
          crossorigin="anonymous"
          src="https://cdn.glitch.com/80978ab7-9db6-45ae-bc43-4fab16bdbb6e%2Fcity_1.webm?1524584726164"
        ></video>
      </a-assets>

      <a-videosphere src="#video"></a-videosphere>
      <!--<a-sky src="#video"></a-sky>-->
      <a-camera wasd-controls-enabled="false"></a-camera>
    </a-scene>
  </body>
</html>