Explorar el Código

Updated builds.

Mugen87 hace 2 años
padre
commit
46ba772215
Se han modificado 4 ficheros con 6 adiciones y 6 borrados
  1. 2 2
      build/three.cjs
  2. 2 2
      build/three.js
  3. 0 0
      build/three.min.js
  4. 2 2
      build/three.module.js

+ 2 - 2
build/three.cjs

@@ -15887,7 +15887,6 @@ function WebGLUtils(gl, extensions, capabilities) {
 		if (p === LuminanceAlphaFormat) return gl.LUMINANCE_ALPHA;
 		if (p === LuminanceAlphaFormat) return gl.LUMINANCE_ALPHA;
 		if (p === DepthFormat) return gl.DEPTH_COMPONENT;
 		if (p === DepthFormat) return gl.DEPTH_COMPONENT;
 		if (p === DepthStencilFormat) return gl.DEPTH_STENCIL;
 		if (p === DepthStencilFormat) return gl.DEPTH_STENCIL;
-		if (p === RedFormat) return gl.RED;
 
 
 		// @deprecated since r137
 		// @deprecated since r137
 
 
@@ -15909,6 +15908,7 @@ function WebGLUtils(gl, extensions, capabilities) {
 
 
 		// WebGL2 formats.
 		// WebGL2 formats.
 
 
+		if (p === RedFormat) return gl.RED;
 		if (p === RedIntegerFormat) return gl.RED_INTEGER;
 		if (p === RedIntegerFormat) return gl.RED_INTEGER;
 		if (p === RGFormat) return gl.RG;
 		if (p === RGFormat) return gl.RG;
 		if (p === RGIntegerFormat) return gl.RG_INTEGER;
 		if (p === RGIntegerFormat) return gl.RG_INTEGER;
@@ -27264,7 +27264,7 @@ class InstancedBufferGeometry extends BufferGeometry {
 		return new this.constructor().copy(this);
 		return new this.constructor().copy(this);
 	}
 	}
 	toJSON() {
 	toJSON() {
-		const data = super.toJSON(this);
+		const data = super.toJSON();
 		data.instanceCount = this.instanceCount;
 		data.instanceCount = this.instanceCount;
 		data.isInstancedBufferGeometry = true;
 		data.isInstancedBufferGeometry = true;
 		return data;
 		return data;

+ 2 - 2
build/three.js

@@ -15889,7 +15889,6 @@
 			if (p === LuminanceAlphaFormat) return gl.LUMINANCE_ALPHA;
 			if (p === LuminanceAlphaFormat) return gl.LUMINANCE_ALPHA;
 			if (p === DepthFormat) return gl.DEPTH_COMPONENT;
 			if (p === DepthFormat) return gl.DEPTH_COMPONENT;
 			if (p === DepthStencilFormat) return gl.DEPTH_STENCIL;
 			if (p === DepthStencilFormat) return gl.DEPTH_STENCIL;
-			if (p === RedFormat) return gl.RED;
 
 
 			// @deprecated since r137
 			// @deprecated since r137
 
 
@@ -15911,6 +15910,7 @@
 
 
 			// WebGL2 formats.
 			// WebGL2 formats.
 
 
+			if (p === RedFormat) return gl.RED;
 			if (p === RedIntegerFormat) return gl.RED_INTEGER;
 			if (p === RedIntegerFormat) return gl.RED_INTEGER;
 			if (p === RGFormat) return gl.RG;
 			if (p === RGFormat) return gl.RG;
 			if (p === RGIntegerFormat) return gl.RG_INTEGER;
 			if (p === RGIntegerFormat) return gl.RG_INTEGER;
@@ -27266,7 +27266,7 @@
 			return new this.constructor().copy(this);
 			return new this.constructor().copy(this);
 		}
 		}
 		toJSON() {
 		toJSON() {
-			const data = super.toJSON(this);
+			const data = super.toJSON();
 			data.instanceCount = this.instanceCount;
 			data.instanceCount = this.instanceCount;
 			data.isInstancedBufferGeometry = true;
 			data.isInstancedBufferGeometry = true;
 			return data;
 			return data;

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
build/three.min.js


+ 2 - 2
build/three.module.js

@@ -24445,7 +24445,6 @@ function WebGLUtils( gl, extensions, capabilities ) {
 		if ( p === LuminanceAlphaFormat ) return 6410;
 		if ( p === LuminanceAlphaFormat ) return 6410;
 		if ( p === DepthFormat ) return 6402;
 		if ( p === DepthFormat ) return 6402;
 		if ( p === DepthStencilFormat ) return 34041;
 		if ( p === DepthStencilFormat ) return 34041;
-		if ( p === RedFormat ) return 6403;
 
 
 		// @deprecated since r137
 		// @deprecated since r137
 
 
@@ -24476,6 +24475,7 @@ function WebGLUtils( gl, extensions, capabilities ) {
 
 
 		// WebGL2 formats.
 		// WebGL2 formats.
 
 
+		if ( p === RedFormat ) return 6403;
 		if ( p === RedIntegerFormat ) return 36244;
 		if ( p === RedIntegerFormat ) return 36244;
 		if ( p === RGFormat ) return 33319;
 		if ( p === RGFormat ) return 33319;
 		if ( p === RGIntegerFormat ) return 33320;
 		if ( p === RGIntegerFormat ) return 33320;
@@ -42187,7 +42187,7 @@ class InstancedBufferGeometry extends BufferGeometry {
 
 
 	toJSON() {
 	toJSON() {
 
 
-		const data = super.toJSON( this );
+		const data = super.toJSON();
 
 
 		data.instanceCount = this.instanceCount;
 		data.instanceCount = this.instanceCount;
 
 

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio