mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 19:17:57 +01:00
36 lines
1.2 KiB
HTML
Executable File
36 lines
1.2 KiB
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 ThreeJS sources to test below -->
|
|
|
|
<script src="../../src/Three.js"></script>
|
|
<script src="../../src/math/Vector2.js"></script>
|
|
<script src="../../src/math/Vector3.js"></script>
|
|
<script src="../../src/math/Vector4.js"></script>
|
|
<script src="../../src/math/Box2.js"></script>
|
|
<script src="../../src/math/Box3.js"></script>
|
|
<script src="../../src/math/Plane.js"></script>
|
|
<script src="../../src/math/Ray.js"></script>
|
|
<script src="../../src/math/Sphere.js"></script>
|
|
<script src="../../src/math/Triangle.js"></script>
|
|
<script src="../../src/math/Matrix3.js"></script>
|
|
<script src="../../src/math/Matrix4.js"></script>
|
|
<script src="../../src/math/Color.js"></script>
|
|
|
|
<!-- add class-based unit tests below -->
|
|
|
|
<script src="core/Float32Array.js"></script>
|
|
|
|
</body>
|
|
</html> |