-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (25 loc) · 2.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Hello, WebVR! - A-Frame</title>
<meta name="description" content="Hello, WebVR! - A-Frame">
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
</head>
<body>
<a-scene fog="type: linear; color: #000">
<a-box src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2Faaron-burden-202486.jpg?1501309998316" position="-5 2 -5" rotation="0 30 0" color="#4CC3D9" height="4" width="3" depth="0.2"></a-box>
<a-entity position="-6 2 -4" text="anchor: left; width: 3; font-size: 80; color: white; value: VR Experiment: Planets by Alexander Kallaway." rotation="0 30 0" scale="" visible="">
</a-entity>
<a-sphere src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%202.44.25%20AM.png?1501310699190" position="-50 50 -40" radius="9" ></a-sphere>
<a-sphere src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%202.34.10%20AM.png?1501310114124" position="3 15 -40" radius="5" ></a-sphere>
<a-sphere src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%202.33.59%20AM.png?1501310116755" position="-30 30 -45" radius="8" ></a-sphere>
<a-sphere src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%202.44.34%20AM.png?1501310699233" position="30 70 -90" radius="20" ></a-sphere>
<!-- Star -->
<a-sphere src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%203.02.59%20AM.png?1501311805600" position="150 150 -200" radius="30" ></a-sphere>
<!-- <a-light type="point" color="white" intensity="1" position="0 10 0"></a-light> -->
<!-- <a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder> -->
<a-plane src="https://cdn.glitch.com/94805220-7bfb-41ca-90f7-4c25a54b6afc%2FScreen%20Shot%202017-07-29%20at%202.36.50%20AM.png?1501310240480" repeat="20 20" position="0 0 -4" rotation="-90 0 0" width="100" height="100"></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>