Jelajahi Sumber

Fixed test includes.

Mr.doob 12 tahun lalu
induk
melakukan
6fda565020
3 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 2 2
      test/three-math.html
  2. 2 2
      test/three.html
  3. 2 2
      test/three.min.html

+ 2 - 2
test/three-math.html

@@ -11,7 +11,7 @@
 
 
   <!-- add ThreeJS sources to test below -->
   <!-- add ThreeJS sources to test below -->
 
 
-  <script src="../build/Three-math.js"></script>
+  <script src="../build/three-math.js"></script>
 
 
   <!-- add class-based unit tests below -->
   <!-- add class-based unit tests below -->
 
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   <script src="core/Vector4.js"></script>
   
   
 </body>
 </body>
-</html>
+</html>

+ 2 - 2
test/three.html

@@ -11,7 +11,7 @@
 
 
   <!-- add ThreeJS sources to test below -->
   <!-- add ThreeJS sources to test below -->
 
 
-  <script src="../build/Three.js"></script>
+  <script src="../build/three.js"></script>
 
 
   <!-- add class-based unit tests below -->
   <!-- add class-based unit tests below -->
 
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   <script src="core/Vector4.js"></script>
   
   
 </body>
 </body>
-</html>
+</html>

+ 2 - 2
test/three.min.html

@@ -11,7 +11,7 @@
 
 
   <!-- add ThreeJS sources to test below -->
   <!-- add ThreeJS sources to test below -->
 
 
-  <script src="../build/Three.min.js"></script>
+  <script src="../build/three.min.js"></script>
 
 
   <!-- add class-based unit tests below -->
   <!-- add class-based unit tests below -->
 
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   <script src="core/Vector4.js"></script>
   
   
 </body>
 </body>
-</html>
+</html>