2
0
Mr.doob 3 жил өмнө
parent
commit
a2a6b0bbaa

+ 1 - 1
build/three.cjs

@@ -17649,7 +17649,7 @@ function WebGLTextures(_gl, extensions, state, properties, capabilities, utils,
 			}
 
 			const renderTargetProperties = properties.get(renderTarget);
-			const ignoreDepthValues = renderTargetProperties.__ignoreDepthValues !== undefined ? renderTargetProperties.__ignoreDepthValues : true;
+			const ignoreDepthValues = renderTargetProperties.__ignoreDepthValues !== undefined ? renderTargetProperties.__ignoreDepthValues : false;
 
 			if (ignoreDepthValues === false) {
 				if (renderTarget.depthBuffer) mask |= _gl.DEPTH_BUFFER_BIT;

+ 1 - 1
build/three.js

@@ -17651,7 +17651,7 @@
 				}
 
 				const renderTargetProperties = properties.get(renderTarget);
-				const ignoreDepthValues = renderTargetProperties.__ignoreDepthValues !== undefined ? renderTargetProperties.__ignoreDepthValues : true;
+				const ignoreDepthValues = renderTargetProperties.__ignoreDepthValues !== undefined ? renderTargetProperties.__ignoreDepthValues : false;
 
 				if (ignoreDepthValues === false) {
 					if (renderTarget.depthBuffer) mask |= _gl.DEPTH_BUFFER_BIT;

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -23875,7 +23875,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
 			}
 
 			const renderTargetProperties = properties.get( renderTarget );
-			const ignoreDepthValues = ( renderTargetProperties.__ignoreDepthValues !== undefined ) ? renderTargetProperties.__ignoreDepthValues : true;
+			const ignoreDepthValues = ( renderTargetProperties.__ignoreDepthValues !== undefined ) ? renderTargetProperties.__ignoreDepthValues : false;
 
 			if ( ignoreDepthValues === false ) {
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "three",
-  "version": "0.138.0",
+  "version": "0.138.1",
   "description": "JavaScript 3D library",
   "type": "module",
   "main": "./build/three.js",

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно