@@ -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;
@@ -17651,7 +17651,7 @@
@@ -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,6 +1,6 @@
{
"name": "three",
- "version": "0.138.0",
+ "version": "0.138.1",
"description": "JavaScript 3D library",
"type": "module",
"main": "./build/three.js",