-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path3--figures-in-space.html
28 lines (24 loc) · 1.26 KB
/
3--figures-in-space.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
<!doctype html>
<html>
<head>
<title>3 - Figures in Space</title>
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="bower_components/aframe2/dist/aframe-v0.2.0.min.js"></script>
</head>
<body>
<!--
Credits
360 Photo from: https://www.flickr.com/photos/bhalash/4156765224/
Yousif: http://www.immediateentourage.com/muslim-man-2/
Ann: http://www.immediateentourage.com/girl-in-a-striped-shirt/
-->
<a-scene fog="type: exponential; color: #111; density:.05">
<a-cube position="0 -1.5 0" scale="200 .5 200"></a-cube>
<a-sky color="#111"></a-sky>
<a-curvedimage src="assets/img/[email protected]" radius="2.2" theta-length="360" height="3" rotation="0 210 0" scale="1 1 1" position="0 1.5 3"></a-curvedimage>
<a-curvedimage src="assets/img/[email protected]" radius="2" theta-length="360" height="3" rotation="0 210 0" scale="1 1 1" position="0 1.5 3"></a-curvedimage>
<a-curvedimage src="assets/img/[email protected]" radius="2" theta-length="360" height="3" rotation="0 210 0" scale="1 1 1" position="4 1.5 3"></a-curvedimage>
</a-scene>
</body>
</html>