|
@@ -9,7 +9,7 @@
|
|
|
<div id="qunit"></div>
|
|
|
<script src="qunit-1.10.0.js"></script>
|
|
|
|
|
|
- <!-- add ThreeJS sources to test below -->
|
|
|
+ <!-- add sources to test below -->
|
|
|
|
|
|
<script src="../../src/Three.js"></script>
|
|
|
<script src="../../src/math/Color.js"></script>
|
|
@@ -26,9 +26,8 @@
|
|
|
<script src="../../src/math/Frustum.js"></script>
|
|
|
<script src="../../src/math/Plane.js"></script>
|
|
|
<script src="../../src/math/Sphere.js"></script>
|
|
|
- <script src="../../src/math/Math.js"></script>
|
|
|
+ <script src="../../src/math/Math.js"></script>
|
|
|
<script src="../../src/math/Triangle.js"></script>
|
|
|
- <script src="../../examples/js/math/ColorConverter.js"></script>
|
|
|
|
|
|
<!-- add class-based unit tests below -->
|
|
|
|
|
@@ -48,7 +47,5 @@
|
|
|
<script src="math/Matrix4.js"></script>
|
|
|
<script src="math/Frustum.js"></script>
|
|
|
<script src="math/Color.js"></script>
|
|
|
- <script src="math/ColorConverter.js"></script>
|
|
|
-
|
|
|
</body>
|
|
|
</html>
|