-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSzene01.html
31 lines (22 loc) · 1.3 KB
/
Szene01.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
<!DOCTYPE>
<html>
<head>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<meta charset="utf-8" />
<title>Szene01 A-Frame</title>
<meta name="description" content="Hello, World! • A-Frame" />
<script src="../../../dist/aframe-master.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%7CRoboto+Mono" media="all" />
<style type="text/css">
</style>
</head>
<body class="a-body ">
<a-scene class="fullscreen" inspector="" keyboard-shortcuts="" screenshot="" vr-mode-ui=""><canvas class="a-canvas" data-aframe-canvas="true" width="300" height="150"></canvas>
<a-box src ="Margaret_Hamilton_1995.jpg" position="-0.217 2.200 -4.500 radius="1.25" color="#EF2D5E" shadow="" scale="1 0.5 0.5" geometry="width:5;height:6;primitive:box" material="side: front">
</a-box>
<a-plane position="-0.229 0 -4" rotation="-90 0 0" width="4" height="4" color="#0000" shadow="" material="emissive:#0c1826;color:#181c19" geometry="width:10;height:12"></a-plane>
<a-sky color="#0000" material="" geometry=""></a-sky>
<a-entity position=""-0.217 1.200 -2.500" text-geometry="value:Margaret Hamilton;font:fonts/exo2BlackItalic.typeface.json;height:2;size:0.8;style:italic;weight:bold;value:Aesthetic" material="shader:flat;color:red"></a-entity>
</a-scene>
</body>
</html>