Skip to content

Commit

Permalink
Examples: Simplify bloom emissive demo. (#29215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Aug 23, 2024
1 parent db4f726 commit 5093b36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/webgpu_postprocessing_bloom_emissive.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
const bloomPass = emissivePass.bloom( 2.5, .5 );

postProcessing = new THREE.PostProcessing( renderer );
postProcessing.outputColorTransform = false;
postProcessing.outputNode = outputPass.add( bloomPass ).renderOutput();
postProcessing.outputNode = outputPass.add( bloomPass );

//

Expand Down

0 comments on commit 5093b36

Please sign in to comment.