Parcourir la source

Update webgpu_water.html

Michael Herzog il y a 1 an
Parent
commit
87f688f2d9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      examples/webgpu_water.html

+ 1 - 0
examples/webgpu_water.html

@@ -175,6 +175,7 @@
 				// postprocessing
 
 				postProcessing = new THREE.PostProcessing( renderer );
+				postProcessing.outputColorTransform = false;
 			
 				const scenePass = pass( scene, camera );
 				scenePass.setMRT( mrt( {

粤ICP备19079148号