Newer
Older
practice1 / VR-shisaku1.html
@Hirose Tenyu Hirose Tenyu on 15 May 2024 290 bytes 試作だね
<html>
  <head>
    <script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-assets>
          <img id="sky" src="pexels-undergroundroots-733860.jpg">
      </a-assets>
      <a-sky src="#sky"></a-sky>
    </a-scene>
  </body>
</html>