-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabster.html
24 lines (20 loc) · 1.04 KB
/
labster.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
<html>
<head>
<title>hello labster</title>
<script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script>
<script
src="https://unpkg.com/aframe-text-geometry-component@^0.5.0/dist/aframe-text-geometry-component.min.js"></script>
</head>
<body>
<a-scene>
<a-sphere position="-1.71786 1.84879 -4.12589" radius=".75" color="#3098D4" material="" geometry="radius: 0.5"></a-sphere>
<a-box position="-1.44428 1.06136 -4.46764" rotation="0 140" color="#00366E" material=""
geometry="depth: 0.1; height: 2"></a-box>
<a-box position="-1.14156 0.07013 -5.0562" rotation="-90 140" color="#00366E" material="" geometry="depth: 0.1"></a-box>
<a-entity text-geometry="value: hello" position="-0.60174 1.63559 -3.09614"></a-entity>
<a-entity text-geometry="value: labster" position="-0.60174 1.00122 -3.09614"></a-entity>
<a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#329BD7"></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>