Browse Source

Updated builds.

Mr.doob 2 years ago
parent
commit
6733877538
5 changed files with 18 additions and 0 deletions
  1. 6 0
      build/three.cjs
  2. 6 0
      build/three.js
  3. 0 0
      build/three.min.js
  4. 6 0
      build/three.module.js
  5. 0 0
      build/three.module.min.js

+ 6 - 0
build/three.cjs

@@ -14210,6 +14210,7 @@ const UniformsLib = {
 		scale: { value: 1.0 },
 		scale: { value: 1.0 },
 		map: { value: null },
 		map: { value: null },
 		alphaMap: { value: null },
 		alphaMap: { value: null },
+		alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaTest: { value: 0 },
 		alphaTest: { value: 0 },
 		uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 		uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 
 
@@ -14224,6 +14225,7 @@ const UniformsLib = {
 		map: { value: null },
 		map: { value: null },
 		mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaMap: { value: null },
 		alphaMap: { value: null },
+		alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaTest: { value: 0 }
 		alphaTest: { value: 0 }
 
 
 	}
 	}
@@ -27150,6 +27152,8 @@ function WebGLMaterials( renderer, properties ) {
 
 
 			uniforms.alphaMap.value = material.alphaMap;
 			uniforms.alphaMap.value = material.alphaMap;
 
 
+			refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 		}
 		}
 
 
 		if ( material.alphaTest > 0 ) {
 		if ( material.alphaTest > 0 ) {
@@ -27178,6 +27182,8 @@ function WebGLMaterials( renderer, properties ) {
 
 
 			uniforms.alphaMap.value = material.alphaMap;
 			uniforms.alphaMap.value = material.alphaMap;
 
 
+			refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 		}
 		}
 
 
 		if ( material.alphaTest > 0 ) {
 		if ( material.alphaTest > 0 ) {

+ 6 - 0
build/three.js

@@ -14215,6 +14215,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
 			scale: { value: 1.0 },
 			scale: { value: 1.0 },
 			map: { value: null },
 			map: { value: null },
 			alphaMap: { value: null },
 			alphaMap: { value: null },
+			alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 			alphaTest: { value: 0 },
 			alphaTest: { value: 0 },
 			uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 			uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 
 
@@ -14229,6 +14230,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
 			map: { value: null },
 			map: { value: null },
 			mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 			mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 			alphaMap: { value: null },
 			alphaMap: { value: null },
+			alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 			alphaTest: { value: 0 }
 			alphaTest: { value: 0 }
 
 
 		}
 		}
@@ -27155,6 +27157,8 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
 
 
 				uniforms.alphaMap.value = material.alphaMap;
 				uniforms.alphaMap.value = material.alphaMap;
 
 
+				refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 			}
 			}
 
 
 			if ( material.alphaTest > 0 ) {
 			if ( material.alphaTest > 0 ) {
@@ -27183,6 +27187,8 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
 
 
 				uniforms.alphaMap.value = material.alphaMap;
 				uniforms.alphaMap.value = material.alphaMap;
 
 
+				refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 			}
 			}
 
 
 			if ( material.alphaTest > 0 ) {
 			if ( material.alphaTest > 0 ) {

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


+ 6 - 0
build/three.module.js

@@ -14208,6 +14208,7 @@ const UniformsLib = {
 		scale: { value: 1.0 },
 		scale: { value: 1.0 },
 		map: { value: null },
 		map: { value: null },
 		alphaMap: { value: null },
 		alphaMap: { value: null },
+		alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaTest: { value: 0 },
 		alphaTest: { value: 0 },
 		uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 		uvTransform: { value: /*@__PURE__*/ new Matrix3() }
 
 
@@ -14222,6 +14223,7 @@ const UniformsLib = {
 		map: { value: null },
 		map: { value: null },
 		mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		mapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaMap: { value: null },
 		alphaMap: { value: null },
+		alphaMapTransform: { value: /*@__PURE__*/ new Matrix3() },
 		alphaTest: { value: 0 }
 		alphaTest: { value: 0 }
 
 
 	}
 	}
@@ -27148,6 +27150,8 @@ function WebGLMaterials( renderer, properties ) {
 
 
 			uniforms.alphaMap.value = material.alphaMap;
 			uniforms.alphaMap.value = material.alphaMap;
 
 
+			refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 		}
 		}
 
 
 		if ( material.alphaTest > 0 ) {
 		if ( material.alphaTest > 0 ) {
@@ -27176,6 +27180,8 @@ function WebGLMaterials( renderer, properties ) {
 
 
 			uniforms.alphaMap.value = material.alphaMap;
 			uniforms.alphaMap.value = material.alphaMap;
 
 
+			refreshTransformUniform( material.alphaMap, uniforms.alphaMapTransform );
+
 		}
 		}
 
 
 		if ( material.alphaTest > 0 ) {
 		if ( material.alphaTest > 0 ) {

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


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