File: unittests_three.min.html

package info (click to toggle)
three.js 73%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,912 kB
  • ctags: 5,862
  • sloc: python: 3,454; cpp: 3,451; xml: 33; sh: 28; makefile: 14
file content (37 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>ThreeJS Unit Tests - Using build/Three.min.js</title>
  <link rel="stylesheet" href="qunit-1.18.0.css">
</head>
<body>
  <div id="qunit"></div>
  <script src="qunit-1.18.0.js"></script>
  <script src="qunit-utils.js"></script>

  <!-- add sources to test below -->

  <script src="../../build/three.min.js"></script>

  <!-- add class-based unit tests below -->

  <script src="math/Constants.js"></script>
  <script src="math/Box2.js"></script>
  <script src="math/Box3.js"></script>
  <script src="math/Plane.js"></script>
  <script src="math/Ray.js"></script>
  <script src="math/Sphere.js"></script>
  <script src="math/Triangle.js"></script>
  <script src="math/Vector2.js"></script>
  <script src="math/Vector3.js"></script>
  <script src="math/Vector4.js"></script>
  <script src="math/Euler.js"></script>
  <script src="math/Line3.js"></script>
  <script src="math/Quaternion.js"></script>
  <script src="math/Math.js"></script>
  <script src="math/Matrix3.js"></script>
  <script src="math/Matrix4.js"></script>
  <script src="math/Frustum.js"></script>
</body>
</html>