Procházet zdrojové kódy

Update webgl_postprocessing_godrays.html

Remove outdated comment.
Michael Herzog před 9 měsíci
rodič
revize
84eb1933a1
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      examples/webgl_postprocessing_godrays.html

+ 0 - 4
examples/webgl_postprocessing_godrays.html

@@ -149,10 +149,6 @@
 
 				postprocessing.rtTextureColors = new THREE.WebGLRenderTarget( renderTargetWidth, renderTargetHeight, { type: THREE.HalfFloatType } );
 
-				// Switching the depth formats to luminance from rgb doesn't seem to work. I didn't
-				// investigate further for now.
-				// pars.format = LuminanceFormat;
-
 				// I would have this quarter size and use it as one of the ping-pong render
 				// targets but the aliasing causes some temporal flickering
 

粤ICP备19079148号