source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/test/unit/unittests_three.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.0 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>ThreeJS Unit Tests - Using build/Three.js</title>
6 <link rel="stylesheet" href="qunit-1.10.0.css">
7</head>
8<body>
9 <div id="qunit"></div>
10 <script src="qunit-1.10.0.js"></script>
11
12 <!-- add sources to test below -->
13
14 <script src="../../build/three.js"></script>
15
16 <!-- add class-based unit tests below -->
17
18 <script src="math/Constants.js"></script>
19 <script src="math/Box2.js"></script>
20 <script src="math/Box3.js"></script>
21 <script src="math/Plane.js"></script>
22 <script src="math/Ray.js"></script>
23 <script src="math/Sphere.js"></script>
24 <script src="math/Triangle.js"></script>
25 <script src="math/Vector2.js"></script>
26 <script src="math/Vector3.js"></script>
27 <script src="math/Vector4.js"></script>
28 <script src="math/Euler.js"></script>
29 <script src="math/Line3.js"></script>
30 <script src="math/Quaternion.js"></script>
31 <script src="math/Matrix3.js"></script>
32 <script src="math/Matrix4.js"></script>
33 <script src="math/Frustum.js"></script>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.