Explorar o código

Fixed test includes.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
6fda565020
Modificáronse 3 ficheiros con 6 adicións e 6 borrados
  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 -->
 
-  <script src="../build/Three-math.js"></script>
+  <script src="../build/three-math.js"></script>
 
   <!-- add class-based unit tests below -->
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   
 </body>
-</html>
+</html>

+ 2 - 2
test/three.html

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

+ 2 - 2
test/three.min.html

@@ -11,7 +11,7 @@
 
   <!-- 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 -->
 
@@ -27,4 +27,4 @@
   <script src="core/Vector4.js"></script>
   
 </body>
-</html>
+</html>