-
Notifications
You must be signed in to change notification settings - Fork 0
/
ARindex4.html
21 lines (21 loc) · 896 Bytes
/
ARindex4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
8
<html>
<script src="aframe.min.js"></script>
<a-scene>
<a-torus position="-2 1 -5" color="green" radius="1.2"></a-torus>
<a-plane width="7" height="7" rotation="-55 0 0"
position="-2 -2 -5" color="purple"></a-plane>
<a-cylinder color="yellow" height="2" radius="0.05"
position="-2 -1 -5"></a-cylinder>
<a-cylinder color="blue" height="2" radius="0.05"
position="-3 -1 -5"></a-cylinder>
<a-torus-knot color="orange" radius="1.2"
position="-3 1 -5"></a-torus-knot>
<a-plane src="https://raw.githubusercontent.com/aframevr/sampleassets/master/assets/images/illustration/758pxCanestra_di_frutta_(Caravaggio).jpg" width="7" height="7"
rotation="-55 0 0" position="-2 -2 -5" color="purple"></a-plane>
<a-text value="Welcome to browser's VR" color="black"
width="10" position="-0.5 1 -6"></a-text>
<a-sky color="grey"></a-sky>
</a-scene>
</html>