-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.05 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Three.js Go</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
padding: 16vw;
color: #ccc;
background-color: black;
}
h1 {
color: white;
}
a {
color: white;
}
</style>
</head>
<body>
<h1>3 JS Go</h1>
<img src="assets/Augmented-Reality.svg">
<p>
Three.js Go is a library built on Three.js and Mapzen's OSM based vector tiles, for generating 3d geometry that approximates the real world, based on map data. See the <a href="https://github.com/countable-web/threejs-go">Three.js Go Github project</a> for more details.
</p>
<h2>Demos</h2>
<ul>
<li><a href="demos/mcd/">McDonald's Demo</a></li>
<li><a href="demos/fly/">Low Altitude Flight Sim</a></li>
<li><a href="demos/fps/">First Person Superhero Sim</a></li>
</ul>
</body>
</html>