Untitled

 avatar
unknown
plain_text
4 years ago
579 B
5
Indexable
<!DOCTYPE html>
<html>
  <head>
    <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
    <script src="https://unpkg.com/aframe-physics-system@1.4.0/dist/aframe-physics-system.min.js"></script>
  </head>
  <body>
    <a-scene physics>
      <a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4" static-body></a-plane>
      <a-sky color="#ECECEC"></a-sky>
      <a-entity obj-model="mtl: EC.mtl; obj: EC.obj" scale="0.01 0.01 0.01" position="0 0.1 -4" rotation="0 -180 0"></a-entity>
    </a-scene>
  </body>
</html>
Editor is loading...