Newer
Older
AegisforEcosystem / next / animal.html
@KAOKA Daisuke KAOKA Daisuke on 24 Aug 2022 423 bytes html to css
<!DOCTYPE html>
<html lang="ja">
<head>
<title>いきものAR</title>
<meta name="viewport" content="width=device-width,initial-scale=1">

<body style="margin: 0px; overflow: hidden;">
    <a-scene embedded arjs>
      <a-marker type="pattern" url="pattern-kuma.patt">
        <a-box position="0 -1 0" scale="1 1 1" color="grey"></a-box>
      </a-marker>
      <a-entity camera></a-entity>
    </a-scene>
  </body>
</html>