Skip to content

Commit

Permalink
aframe4
Browse files Browse the repository at this point in the history
  • Loading branch information
Morad Ait Abdellah committed Nov 26, 2019
1 parent 93a7648 commit a51936a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webVRAframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</head>
<body>
<a-scene background="color: #FAFAFA">
<a-box position="-1 0.5 -5" rotation="0 45 0" color="#4CC3D9" shadow></a-box>
<a-sphere position="0 1.25 -3" radius="1.25" color="#EF2D5E" shadow></a-sphere>
<a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D" shadow></a-cylinder>
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9" shadow></a-box>
<a-sphere position="0 1.25 -4" radius="1.25" color="#EF2D5E" shadow></a-sphere>
<a-cylinder position="1 0.75 -3" radius="1" height="2" color="#FFC65D" shadow></a-cylinder>
<a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4" shadow></a-plane>
</a-scene>
</body>
Expand Down

0 comments on commit a51936a

Please sign in to comment.