Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
  <head>
    <title>VR workshop primitives</title>
    <script src="https://aframe.io/releases/0.5.0/aframe.js"></script>
  </head>
  <body>
    <a-scene>
      <a-box position="0 0 -5"></a-box>
      <a-box color="red" position="1.7 0 -5"></a-box>
      <!-- step 1 : try most if not all primitives -->       
      <a-sky color="lightblue"></a-sky>
    </a-scene>
  </body>
</html>
<!-- want to cheat? Have a look at https://aframe.io/docs/primitives/ -->
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
Utopiahpro
0viewers