-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 910 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 910 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TEST Shadowkey Map Viewer</title>
<script type="text/javascript" src="js/jdataview.js"></script>
<script type="text/javascript" src="js/jbinary.js"></script>
<script type="text/javascript" src="js/three.min.js"></script>
<script type="text/javascript" src="js/OrbitControls.js"></script>
<script type="text/javascript" src="js/stats.min.js"></script>
<script type="text/javascript" src="js/dat.gui.min.js"></script>
<script type="text/javascript" src="js/pako_inflate.min.js"></script>
<script type="text/javascript" src="js/OBJExporter.js"></script>
<script type="text/javascript" src="js/GLTFExporter.js"></script>
<script type="text/javascript" src="js/FileSaver.js"></script>
</head>
<body>
<script type="text/javascript" src="webgl-demo.js"></script>
<script type="text/javascript">
main();
</script>
</body>
</html>