-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboxes.html
42 lines (34 loc) · 2.31 KB
/
boxes.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
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aframe M</title>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="https://rawgit.com/feiss/aframe-environment-component/master/dist/aframe-environment-component.min.js"></script>
</head>
<body>
<a-scene class="fullscreen" inspector="" keyboard-shortcuts="" screenshot="" vr-mode-ui="">
<a-entity environment><a-entity>
<a-box src="images/ada1.jpg" position="-4.712 0.5 -3" shadow="" geometry="" material="shader: flat;"></a-box>
<a-box position="-4.712 2.777 -5.7" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="-3.399 0.5 -9.598" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="3.148 1.155 -8.167" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="3.595 0.25 -3.293" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="5.912 0.25 0.186" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="0.921 1.479 6.377" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="5.912 0.25 0.186" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="4.278 2.487 2.017" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="-3.719 1.772 2.017" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="6.305 2.394 -3.293" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box src="images/margaret.jpg" position="-0.111 1.345 -4.528" shadow="" scale="1.5 1.5 1.5" rotation="0 30 0" material="side: front; shader: flat">
<a-animation attribute="rotation" dur="10000" to="0 360 0" repeat="indefinite" easing="linear">
</a-animation>
</a-box>
<a-box position="-1.501 0.509 4.47" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="-5.204 2.612 5.147" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="2.992 1.254 2.977" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="-5.856 2 -0.99" shadow="" material="color:#87d51d" geometry=""></a-box>
<a-box position="5.068 3.8 -8.864" shadow="" material="color:#87d51d" geometry=""></a-box>
</a-scene>
</body>
</html>