index.html 462 B

12345678
  1. <!DOCTYPE html>
  2. <script src='vendor/three.js/build/three.js'></script>
  3. <% if( withRequirejs ){ %><script src="vendor/require.js/require.js"></script>
  4. <% } %><% if( withDetectorjs ){ %><script src="vendor/three.js/examples/js/Detector.js"></script>
  5. <% } %><% if( withWindowResize ){ %><script src="vendor/threex.windowresize.js"></script>
  6. <% } %><body style='margin: 0px; background-color: #bbbbbb; overflow: hidden;'>
  7. <script src="dist/app.js"></script>
  8. </body>