source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/test/benchmark/benchmarking_vector3components.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: 485 bytes
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 class-based unit tests below -->
16
17 <script src="core/Vector3Components.js"></script>
18
19</body>
20</html>
Note: See TracBrowser for help on using the repository browser.