Newer
Older
renshu-2022 / ikeda / index2.html
<!DOCTYPE html>
<html lang = "ja">
<html>
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi" />
  <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
  <script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
  <script type="text/javascript">
  function disp(url){
 
	window.open(url, "timer", "width=600,height=400,scrollbars=yes");
	window.open(url, "udetore", "width=600,height=400,scrollbars=yes");
 
}
 
// -->
</script>
  </head>
  
  <body style="margin: 0px; overflow: hidden;">
    <a-scene embedded arjs>
    <a-assets>
<a-asset-item id="tiger" src="tento.glb"></a-asset-item>
</a-assets>
      <a-marker type="pattern" url="pattern-moyasikun.patt">
      <a-entity gltf-model="#tiger"></a-entity>
      </a-marker>
      <a-entity camera></a-entity>
    </a-scene>
    <p><a href="countdown.html" target="timer" onClick="disp('timer.html')"><input type="button" value="timer" ></a></p>
    <p><a href="udetore.html" target="udetore" onClick="disp('udetore.html')"><input type="button" value="udetore" ></a></p>
 
    <div id="vr-miraini" class="VRbutton notfound">
        <button style="width : 160px;height : 50px;font-size:30px;" onclick="location.href='countdown.html'">timer</button>
        <button style="width : 160px;height : 50px;font-size:30px;" onclick="location.href='https://www.yatex.org/gitbucket/SakataKoryo2021/renshu/pages/ryohei/MIRAINIView.html'">View</button>
    </div>
    
  
  </body>
</html>