three-math.html 834 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ThreeJS Test Suite - Using build/Three-math.js</title>
  6. <link rel="stylesheet" href="qunit/qunit-1.10.0.css">
  7. </head>
  8. <body>
  9. <div id="qunit"></div>
  10. <script src="qunit/qunit-1.10.0.js"></script>
  11. <!-- add ThreeJS sources to test below -->
  12. <script src="../build/three-math.js"></script>
  13. <!-- add class-based unit tests below -->
  14. <script src="core/Constants.js"></script>
  15. <script src="core/Box2.js"></script>
  16. <script src="core/Box3.js"></script>
  17. <script src="core/Plane.js"></script>
  18. <script src="core/Ray.js"></script>
  19. <script src="core/Sphere.js"></script>
  20. <script src="core/Triangle.js"></script>
  21. <script src="core/Vector2.js"></script>
  22. <script src="core/Vector3.js"></script>
  23. <script src="core/Vector4.js"></script>
  24. </body>
  25. </html>