source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/test/benchmark/benchmarking_float32array.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.2 KB
Line 
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
9 During this Benchmarking test the browser will be unresponsive.<br/><br/>
10
11 Benchmark output is written to the JavaScript console. To access the JavaScript console presss Ctrl-Shift-J.
12
13 <script src="benchmark-1.0.0.js"></script>
14
15 <!-- add ThreeJS sources to test below -->
16
17 <script src="../../src/Three.js"></script>
18 <script src="../../src/math/Vector2.js"></script>
19 <script src="../../src/math/Vector3.js"></script>
20 <script src="../../src/math/Vector4.js"></script>
21 <script src="../../src/math/Box2.js"></script>
22 <script src="../../src/math/Box3.js"></script>
23 <script src="../../src/math/Plane.js"></script>
24 <script src="../../src/math/Ray.js"></script>
25 <script src="../../src/math/Sphere.js"></script>
26 <script src="../../src/math/Triangle.js"></script>
27 <script src="../../src/math/Matrix3.js"></script>
28 <script src="../../src/math/Matrix4.js"></script>
29 <script src="../../src/math/Color.js"></script>
30
31 <!-- add class-based unit tests below -->
32
33 <script src="core/Float32Array.js"></script>
34
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.