Newer
Older
VirtualSchool / VR / Panorama Idou.html
<!DOCTYPE html>
<html lang="ja">
	
<head>
  <meta charset="UTF-8">
  <title>VirtualSchool</title>
  <link rel="stylesheet" type="text/css" href="./Panorama.css">
  <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
</head>
<body id="background">
	
  <a-scene vr-mode-ui="enabled: true">
  	
        <a-entity
  	scale="1 1 1"
  	position="1 0 -5"
  	animation="property:rotation; dur:10000; from : 0 0 0; to : 0 360 0;loop : -1 ; easing:linear;"
  	gltf-model="#char">
  	</a-entity>

    
      <a-assets>
      <img id="360"  src="360picture/校舎2.jpg">
      </a-assets>
      <a-sky src="360picture/校舎2.jpg" rotation="0 0 0"></a-sky>
    
    <a-camera look-controls wasd-controls position="0 0 0">
    </a-camera>
    
    <a-entity id="Object1"><a-sphere id="sample-obj1" position="-260 -60 -80" color="tomato"></a-sphere></a-entity>


  </a-scene>
  

</body>
</html>