webglmapview/webviewgl.htm

19 lines
501 B
HTML
Raw Normal View History

2016-07-07 14:37:24 +00:00
<html>
<head>
<script src="js/three.js"></script>
<script src="js/OrbitControls.js"></script>
<script src="js/three-text2d.js"></script>
<script src="js/Detector.js"></script> <!-- Not sure if this is even needed anymore. -->
<script src="js/mapviewgl.js"></script>
2016-07-07 14:37:24 +00:00
<style type="text/css">
body { margin: 0; }
canvas { width: 100%; height: 100% }
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>