From 52c85845a1dcb276fec29a4315f5d04aad6d00d3 Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Wed, 23 Aug 2023 16:02:29 +0200 Subject: [PATCH] Examples: Clean up. (#26639) --- examples/webgl_postprocessing_fxaa.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/webgl_postprocessing_fxaa.html b/examples/webgl_postprocessing_fxaa.html index 37393ebb927659..79b050a83e2b58 100644 --- a/examples/webgl_postprocessing_fxaa.html +++ b/examples/webgl_postprocessing_fxaa.html @@ -122,7 +122,6 @@ // const renderPass = new RenderPass( scene, camera ); - renderPass.clearColor = new THREE.Color( 0, 0, 0 ); renderPass.clearAlpha = 0; //