Procházet zdrojové kódy

DepthOfFieldNode: Restore blur strength. (#31554)

Michael Herzog před 8 měsíci
rodič
revize
38b5a496b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/jsm/tsl/display/DepthOfFieldNode.js

+ 1 - 1
examples/jsm/tsl/display/DepthOfFieldNode.js

@@ -371,7 +371,7 @@ class DepthOfFieldNode extends TempNode {
 
 		// blurred CoC for near field
 
-		this._CoCBlurredMaterial.colorNode = gaussianBlur( this._CoCTextureNode, 1, 1 );
+		this._CoCBlurredMaterial.colorNode = gaussianBlur( this._CoCTextureNode, 1, 2 );
 		this._CoCBlurredMaterial.needsUpdate = true;
 
 		// bokeh 64 blur pass

粤ICP备19079148号