-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroom1_title.html
executable file
·29 lines (21 loc) · 1.52 KB
/
room1_title.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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Aframe-H</title>
<meta name="description" content="Hello, World! • A-Frame" />
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-animation-component/dist/aframe-animation-component.min.js"></script>
<style></style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%7CRoboto+Mono" media="all" />
</head>
<body class="a-body ">
<a-assets>
<img id="lila-background" src="img/background-2478922_1920.jpg">
</a-assets>
<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-cylinder position="4.502 1.638 -2.105" radius="0.5" height="1.5" color="#FFC65D" shadow="" scale="2.559 2 2.679" material="" geometry=""></a-cylinder>
<a-plane position="0.358 0 -2.915" rotation="-90 0 0" width="4" height="4" color="#7BC8A4" shadow="" material="emissive:#ffcfb9;src:';color:#d6f7cc;metalness:0.4;roughness:0.6" geometry="width:1000;height:1000"></a-plane>
<a-sky src="#lila-background" material="" geometry="" rotation="0 -90 0"></a-sky>
<a-entity position="3.104 1.329 -8.369" scale="3.742 6.068 3.783" id="title" mixin="null" text__titel="color:#5e1887;side:double;tabSize:1;width:5;value:Prioneers in Tech" material="side:double;roughness:0.05;metalness:0.8;color:#800080"></a-entity>
</a-scene>
</body></html>