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 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;">
  
  <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 src="js/aframe-text-geometry-component.min.js"></script>
 <script src="js/aframe-extras.js"></script>
 <script src="js/aframe.min.js"></script>
<script src="js/aframe-ar.js"></script>
   <a-scene embedded arjs="debugUIEnabled:false;">
<a-marker type="pattern" url="pattern-moyasikun.patt">
    <a-assets>
 
       <a-marker preset="custom" type="button" url='countdown.html'  id="timer">
  
  </a-marker>
      	
      <a-entity gltf-model="#tiger"></a-entity>
   



<a-asset-item id="tiger" src="tento.glb"></a-asset-item>
</a-assets>

      <a-entity camera></a-entity>
    </a-scene>
    <p><a href="countdown.html" target="timer" onClick="disp('countdown.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>
 
 <script type="text/javascript" src="senpai2.js" charset="utf-8">
 </script>
    <div id="vr-moyasikun" 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>