Newer
Older
reroad-test / 2020-ryusei / aframe-master / examples / test / gltf-model / index.html
@ryusei ryusei on 22 Oct 2020 581 bytes パノラマ表示
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>glTF Model</title>
    <meta name="description" content="glTF Model - A-Frame">
    <script src="../../../dist/aframe-master.js"></script>
    <script src="play-all-model-animations.js"></script>
  </head>
  <body>
    <a-scene stats>
      <a-assets>
        <a-asset-item id="cityModel" src="https://cdn.aframe.io/test-models/models/glTF-2.0/virtualcity/VC.gltf"></a-asset-item>
      </a-assets>

      <a-entity gltf-model="#cityModel" play-all-model-animations></a-entity>
    </a-scene>
  </body>
</html>