0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-03-11 23:21:42 +01:00
Doodle3D-Slicer/three.js-master/test/benchmark/benchmarking_vector3components.html
2017-06-22 13:21:07 +02:00

20 lines
485 B
HTML
Executable File

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