Newer
Older
renshu / ryohei / vr1.html
@Satoh Ryohei Satoh Ryohei on 24 Nov 2021 333 bytes Update vr1.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>A-Frame360写真テスト</title>
    <meta name="description" content="A-Frame Panorama Sample">
    <script src="aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-sky src="./VR1.jpg" rotation="0 170 0"></a-sky>
    </a-scene>
  </body>
</html>