1
0
Эх сурвалжийг харах

Examples: Simplify bloom emissive demo. (#29215)

Michael Herzog 1 жил өмнө
parent
commit
5093b36edc

+ 1 - 2
examples/webgpu_postprocessing_bloom_emissive.html

@@ -94,8 +94,7 @@
 				const bloomPass = emissivePass.bloom( 2.5, .5 );
 				const bloomPass = emissivePass.bloom( 2.5, .5 );
 
 
 				postProcessing = new THREE.PostProcessing( renderer );
 				postProcessing = new THREE.PostProcessing( renderer );
-				postProcessing.outputColorTransform = false;
-				postProcessing.outputNode = outputPass.add( bloomPass ).renderOutput();
+				postProcessing.outputNode = outputPass.add( bloomPass );
 
 
 				//
 				//
 
 

粤ICP备19079148号