Browse Source

Examples: Clean up. (#26639)

Michael Herzog 1 năm trước cách đây
mục cha
commit
52c85845a1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/webgl_postprocessing_fxaa.html

+ 0 - 1
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;
 
 				//