Newer
Older
renshu-2021 / SWAN / wild_bird_WebVR.html
@KAOKA Daisuke KAOKA Daisuke on 17 Dec 2021 998 bytes change url
<!DOCTYPE html>
<html>
  <head>
    <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
    <title> a-frame 360 image </title>
  </head>
  <body>
    <a-scene>
      <a-sky src="koku1.jpeg" rotation="0 100 0"></a-sky>
      <a-camera  position = "0 0 0" >
      <a-entity cursor="fuse: true; fuseTimeout:1000" position="0 0 -1" geometry="primitive: ring" scale="0.03 0.03 0.03" material="color: red; shader: flat"></a-entity>
      <a-animation begin="cursor-fusing" easing="ease-in" attribute="scale" fill="none" from="0.03 0.03 0.03" to="0.001 0.001 0.001"></a-animation>
      </a-camera>
       <a-sphere position="10 -1 7" color="blue" id="WebVR">
       </a-sphere>
       <script type="text/javascript">
       <!--
       var clickElement = document.getElementById('WebVR');
       clickElement.addEventListener("click", function() {
       location.href = "http://u.osmfr.org/m/660619/";
       }, false);
       // -->
       </script>
    </a-scene>
  </body>
</html>