Skip to content

Commit d86fa49

Browse files
committed
remove now inaccurate comment.
1 parent 5ee0146 commit d86fa49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/js/postprocessing/ManualMSAARenderPass.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ THREE.ManualMSAARenderPass.prototype = {
8888
var autoClear = renderer.autoClear;
8989
renderer.autoClear = false;
9090

91-
// this accumulation strategy is used to prevent decimation at low bit depths with lots of samples.
9291
this.uniforms[ "scale" ].value = 1.0 / ( jitterOffsets.length );
9392
this.uniforms[ "tForeground" ].value = this.sampleRenderTarget;
9493

0 commit comments

Comments
 (0)