forked from felixpalmer/lod-terrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 983 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>LOD terrain</title>
<link href="css/style.css" rel="stylesheet">
<script src="js/config.js"></script>
<script data-main="../main" src="js/require.js"></script>
</head>
<body>
<div id="container">
<div>
<div id="example-container">
<h1 id=title>LOD terrain</h1>
<a id=bloglink href="http://www.pheelicks.com/2014/03/rendering-large-terrains/">How does this work?</a>
<!-- Canvas to render on -->
<div id="threejs-container">Generating world...</div>
</div>
</div>
<a href="https://github.com/felixpalmer/lod-terrain">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
</a>
</div>
</body>
</html>