Newer
Older
VirtualSchool / VR-2022 / VR-2022.html
@sakurai sakurai on 30 Apr 2022 996 bytes Add files via upload
<!DOCTYPE html>
<html lang="ja">
 <head>
 <meta charset="utf-8">
 <title>タイトル</title>
 <link rel="stylesheet" href="VR-2022.css">
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
 </head>

 <body>
   <a-scene id="vr" embedded>
    <a-assets>
      <img id="360"  src="360picture/R0010010.JPG">
    </a-assets>
    <a-sky src="360picture/R0010010.JPG" rotation="0 -130 0"></a-sky>
    <a-camera look-controls wasd-controls position="0 0 0">
      <a-entity
        cursor="fuse: true; timeout:500;"
        scale="0.2 0.2 0.2"
        position="0 0 -3"
        geometry="primitive: ring"
        material="color: red;">
      </a-entity>
</a-camera>
</a-scene>






<form id="form1" action="#">
<input type="file" id="message">
<p><input type="button" value="送信" onclick="Click()"/></p>
</form>

<img src="R0010010.JPG" width=100 height=100 alt="パンダ">
<img id="imgView" src="">


 </body>
 <script type="text/javascript" src="VR-2022.js"></script>
</html>