Newer
Older
reroad-test / 2020-ryusei / aframe-master / examples / primitives / cone / index.html
@ryusei ryusei on 22 Oct 2020 430 bytes パノラマ表示
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Cube</title>
    <meta name="description" content="Cone - A-Frame">
    <script src="../../../dist/aframe-master.js"></script>
  </head>
  <body>
    <a-scene background="color: #D5C2B1">
      <a-cone position="0 0 -20" rotation="35 45 30" height="10" radius-top="2"
              radius-bottom="10" color="#F3BA8D"></a-cone>
    </a-scene>
  </body>
</html>