Make actually functional away from codepen

This commit is contained in:
Rob L
2016-07-07 13:11:49 -04:00
parent d7b167e8aa
commit dd97e1466b
7 changed files with 44454 additions and 1086 deletions

View File

@ -1,10 +1,11 @@
<html>
<head>
<script src="//threejs.org/build/three.js"></script>
<script src="//threejs.org/examples/js/controls/OrbitControls.js"></script>
<script src="//gamestd.io/three-text2d/dist/three-text2d.js"></script>
<script src="//crival.net/3d/js/Detector.js"></script> <!-- Not sure if this is even needed anymore. -->
<script src="/js/mapviewgl.js"></script>
<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>
<style type="text/css">
body { margin: 0; }
canvas { width: 100%; height: 100% }