-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexamples.html
34 lines (34 loc) · 1.46 KB
/
examples.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>16 Bit Grayscale PNG Heightmap Generator for Unreal Engine</title>
<link rel="stylesheet" href="public/dist/css/main.css">
</head>
<body class="docs">
<main>
<article class="container content">
<h1>Examples</h1>
<p>Below are a selection of examples made using this tools in Unreal Engine 5.1</p>
<section class="">
<h2>Grand Canyon (64km)</h2>
<p><a href="index.html#latitude/36.18111652966563/longitude/-112.021/zoom/10/outputzoom/14/width/8129/height/8129">Find it yourself here</a></p>
<h3>Images</h3>
<div class="columns">
<div class="column">
<a href="public/im/grand_canyon_heightmap_sm.png" target="_blank"><figure><img src="public/im/grand_canyon_heightmap_sm.png"></figure></a>
</div>
<div class="column">
<a href="public/im/grand_canyon_desserty.png" target="_blank"><figure><img src="public/im/grand_canyon_desserty.png"></figure></a>
</div>
</div>
<h3>Video</h3>
<figure><video src="public/video/grand_canyon.mp4" autoplay controls></video></figure>
</section>
</article>
</main>
<script type="text/javascript" src="public/dist/js/main.js"></script>
</body>
</html>