|
@@ -7,12 +7,26 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="qunit"></div>
|
|
|
- <script src="../build/three.js"></script>
|
|
|
<script src="qunit/qunit-1.10.0.js"></script>
|
|
|
- <script src="core/Constants.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/Triangle3.js"></script>
|
|
|
+ <script src="../src/math/Matrix3.js"></script>
|
|
|
+ <script src="../src/math/Matrix4.js"></script>
|
|
|
|
|
|
<!-- add class-based unit tests below -->
|
|
|
|
|
|
+ <script src="core/Constants.js"></script>
|
|
|
<script src="core/Box2.js"></script>
|
|
|
<script src="core/Box3.js"></script>
|
|
|
<script src="core/Plane.js"></script>
|