Ver Fonte

Updated builds.

Mr.doob há 9 anos atrás
pai
commit
dd3a617032
2 ficheiros alterados com 4 adições e 4 exclusões
  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,
 

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
build/three.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff