forked from MontagueM/DestinyOracle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.html
More file actions
52 lines (45 loc) · 1.96 KB
/
Copy pathmodels.html
File metadata and controls
52 lines (45 loc) · 1.96 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
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G5FM6SX69J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G5FM6SX69J');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.css" rel="stylesheet">
<title>Models | Destiny Oracle</title>
<link rel="stylesheet" href="cubemaps.css">
</head>
<body>
<div class="container-fluid h-100">
<div class="row h-100">
<div class="col-2 container-col" id="buttons">
</div>
<div class="col-10 container-col" id="cube-view">
<div class="row-10">
<script type="module" src="my3_models.js"></script>
<script src="three.js"></script>
<canvas id="d"></canvas>
</div>
<div class="row-1 d-flex justify-content-center" style="padding-top: 20px">
<div class="col-4 container-col">
<h3><a href="https://1drv.ms/u/s!AkhIzPZ8IzvRtYcxQqaVmCTyQ0WFjQ?e=AGxUKg" target="_blank">Download page</a></h3>
</div>
<div class="col-4 container-col">
<h3>Models extracted from Destiny 2 game files.<br> By Monteven#9258 <a href="https://twitter.com/monteven" target="_blank">Twitter</a> <a href="https://github.com/MontagueM/DestinyOracle" target="_blank">Github</a></h3>
</div>
<div class="col-4 container-col">
<h6 style="padding-left: 50px">Left-click drag on the image to rotate it. <br> <br>Right click to translate in a plane. <br> <br>Middle mouse to zoom.<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>