-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (90 loc) · 6.37 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Realistic Nuclear Reactor (Maybe :)</title>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<style>
body, html {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<a-scene>
<a-entity
camera
wasd-controls="fly: true"
position="0 10 10"
look-controls
keyboard-controls="acceleration:300"
fog="type: none"
></a-entity>
<a-entity position="0 1 -5">
<a-cylinder color="#BDC3C7" position="-3 1 -5" radius="0.3" height="6"></a-cylinder>
<a-cylinder color="#BDC3C7" position="-1.5 1 -5" radius="0.3" height="6"></a-cylinder>
<a-cylinder color="#BDC3C7" position="0 1 -5" radius="0.3" height="6"></a-cylinder>
<a-cylinder color="#BDC3C7" position="1.5 1 -5" radius="0.3" height="6"></a-cylinder>
<a-cylinder color="#BDC3C7" position="3 1 -5" radius="0.3" height="6"></a-cylinder>
<a-cylinder color="#BDC3C7" position="-3 1 -3" radius="0.3" height="6" rotation="0 45 0"></a-cylinder>
<a-cylinder color="#BDC3C7" position="-1.5 1 -3" radius="0.3" height="6" rotation="0 45 0"></a-cylinder>
<a-cylinder color="#BDC3C7" position="0 1 -3" radius="0.3" height="6" rotation="0 45 0"></a-cylinder>
<a-cylinder color="#BDC3C7" position="1.5 1 -3" radius="0.3" height="6" rotation="0 45 0"></a-cylinder>
<a-cylinder color="#BDC3C7" position="3 1 -3" radius="0.3" height="6" rotation="0 45 0"></a-cylinder>
<a-box color="#2C3E50" opacity="0.5" position="0 1 -5" depth="7" height="7" width="7"></a-box>
<a-cylinder color="#C0392B" position="-4 1 -5" radius="0.2" height="0.5" rotation="0 90 0"></a-cylinder>
<a-cylinder color="#C0392B" position="4 1 -5" radius="0.2" height="0.5" rotation="0 90 0"></a-cylinder>
<a-cylinder color="#C0392B" position="0 1 -7" radius="0.2" height="0.5" rotation="90 0 0"></a-cylinder>
<a-cylinder color="#C0392B" position="0 1 -3" radius="0.2" height="0.5" rotation="90 0 0"></a-cylinder>
</a-entity>
<a-entity position="0 1 -10">
<a-box color="#2C3E50" depth="20" height="5" width="20"></a-box>
<a-entity position="6 1.5 -10">
<a-box color="#2980B9" depth="1" height="2" width="3"></a-box>
<a-box color="#1ABC9C" position="0 0.8 0.05" depth="0.1" height="1" width="2.8"></a-box>
<a-text value="Mon" color="#ffffff" position="0 0.8 0.06" align="center" width="2.8"></a-text>
<a-box color="#3498DB" position="1.1 0.5 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.3 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.1 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#ECF0F1" position="-1 0.5 0.1" depth="0.1" height="0.2" width="0.1"></a-box>
<a-box color="#BDC3C7" position="-1 0.6 0.1" depth="0.1" height="0.2" width="0.05"></a-box>
</a-entity>
<a-entity position="0 1.5 -10">
<a-box color="#2980B9" depth="1" height="2" width="3"></a-box>
<a-box color="#1ABC9C" position="0 0.8 0.05" depth="0.1" height="1" width="2.8"></a-box>
<a-text value="Mon" color="#ffffff" position="0 0.8 0.06" align="center" width="2.8"></a-text>
<a-box color="#3498DB" position="1.1 0.5 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.3 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.1 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#ECF0F1" position="-1 0.5 0.1" depth="0.1" height="0.2" width="0.1"></a-box>
<a-box color="#BDC3C7" position="-1 0.6 0.1" depth="0.1" height="0.2" width="0.05"></a-box>
</a-entity>
<a-entity position="-6 1.5 -10">
<a-box color="#2980B9" depth="1" height="2" width="3"></a-box>
<a-box color="#1ABC9C" position="0 0.8 0.05" depth="0.1" height="1" width="2.8"></a-box>
<a-text value="Mon" color="#ffffff" position="0 0.8 0.06" align="center" width="2.8"></a-text>
<a-box color="#3498DB" position="1.1 0.5 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.3 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#3498DB" position="1.1 0.1 0" depth="0.1" height="0.2" width="0.3"></a-box>
<a-box color="#ECF0F1" position="-1 0.5 0.1" depth="0.1" height="0.2" width="0.1"></a-box>
<a-box color="#BDC3C7" position="-1 0.6 0.1" depth="0.1" height="0.2" width="0.05"></a-box>
</a-entity>
</a-entity>
<a-plane color="#BDC3C7" rotation="-90 0 0" width="50" height="50"></a-plane>
<a-box color="#34495E" position="0 10 0" width="50" height="0.5" depth="50"></a-box>
<a-box color="#34495E" position="0 5 -25" width="50" height="10" depth="0.5"></a-box>
<a-box color="#34495E" position="-25 5 0" rotation="0 90 0" width="50" height="10" depth="0.5"></a-box>
<a-box color="#34495E" position="25 5 0" rotation="0 90 0" width="50" height="10" depth="0.5"></a-box>
<a-box color="#34495E" position="0 5 25" width="50" height="10" depth="0.5"></a-box>
<a-light type="ambient" color="#ffffff" intensity="0.5"></a-light>
<a-light type="directional" intensity="0.7" position="1 10 2"></a-light>
<a-plane color="#2C3E50" position="8 2 -12" rotation="0 -90 0" width="4" height="2">
<a-text value="Reactor Core" color="#ffffff" position="0 0.5 0"></a-text>
<a-text value="Status: Active" color="#ffffff" position="0 -0.5 0"></a-text>
</a-plane>
</a-scene>
</body>
</html>