Newer
Older
renshu-2022 / aiso / index2.html
@相蘇隼 相蘇隼 on 29 Jun 2022 495 bytes Update index2.html
<!DOCTYPE html>
<html>
  <script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script>
  <script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
  <body style="margin: 0px; overflow: hidden;">
    <a-scene embedded arjs>
      <a-marker type="pattern" url="pattern-marker.patt">
        <a-circle position="0 -1 0" scale="1 1 1" color="lightblue"></a-circle>
      </a-marker>
      <a-entity camera></a-entity>
    </a-scene>
  </body>
</html>