benchmarking_vector3components.html 485 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ThreeJS Benchmark Tests - Using Files in /src</title>
  6. </head>
  7. <body>
  8. During this Benchmarking test the browser will be unresponsive.<br/><br/>
  9. Benchmark output is written to the JavaScript console. To access the JavaScript console presss Ctrl-Shift-J.
  10. <script src="benchmark-1.0.0.js"></script>
  11. <!-- add class-based unit tests below -->
  12. <script src="core/Vector3Components.js"></script>
  13. </body>
  14. </html>