Skip to content

Commit 84eb193

Browse files
authored
Update webgl_postprocessing_godrays.html
Remove outdated comment.
1 parent c0928f7 commit 84eb193

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/webgl_postprocessing_godrays.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@
149149

150150
postprocessing.rtTextureColors = new THREE.WebGLRenderTarget( renderTargetWidth, renderTargetHeight, { type: THREE.HalfFloatType } );
151151

152-
// Switching the depth formats to luminance from rgb doesn't seem to work. I didn't
153-
// investigate further for now.
154-
// pars.format = LuminanceFormat;
155-
156152
// I would have this quarter size and use it as one of the ping-pong render
157153
// targets but the aliasing causes some temporal flickering
158154

0 commit comments

Comments
 (0)