forked from ElonOlsson/Spacespacespace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 664 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (23 loc) · 664 Bytes
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
<html>
<head>
<title>Space space space</title>
<link href="css/mystyle.css" rel ="stylesheet">
<script src="js/lib/three.min.js"></script>
<script src="js/lib/stats.min.js"></script>
<script src="js/lib/OrbitControls.js"></script>
<script src="js/objects.js"></script>
<script src="js/displayinfo.js"></script>
<script src="js/eventlistener.js"></script>
<script src="js/mesh.js"></script>
<script src="js/system.js"></script>
</head>
<body>
<div id="topbar">
<p>'Blankspace' add planet</p>
<p>'H' hide/show lines</p>
<p>'P' pause/resume simulation</p>
<p>'T' reset system</p>
</div>
<script src="js/space.js"></script>
</body>
</html>