Browse Source

Updated builds.

Mr.doob 9 years ago
parent
commit
dd3a617032
2 changed files with 4 additions and 4 deletions
  1. 4 4
      build/three.js
  2. 0 0
      build/three.min.js

+ 4 - 4
build/three.js

@@ -40609,9 +40609,9 @@
 		return new Face3( a, b, c, normal, color, materialIndex );
 	}
 
-	const LineStrip = 0;
+	var LineStrip = 0;
 
-	const LinePieces = 1;
+	var LinePieces = 1;
 
 	function PointCloud ( geometry, material ) {
 		console.warn( 'THREE.PointCloud has been renamed to THREE.Points.' );
@@ -41252,7 +41252,7 @@
 
 	//
 
-	const GeometryUtils = {
+	var GeometryUtils = {
 
 		merge: function ( geometry1, geometry2, materialIndexOffset ) {
 
@@ -41282,7 +41282,7 @@
 
 	};
 
-	const ImageUtils = {
+	var ImageUtils = {
 
 		crossOrigin: undefined,
 

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


Some files were not shown because too many files changed in this diff