We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee0146 commit d86fa49Copy full SHA for d86fa49
1 file changed
examples/js/postprocessing/ManualMSAARenderPass.js
@@ -88,7 +88,6 @@ THREE.ManualMSAARenderPass.prototype = {
88
var autoClear = renderer.autoClear;
89
renderer.autoClear = false;
90
91
- // this accumulation strategy is used to prevent decimation at low bit depths with lots of samples.
92
this.uniforms[ "scale" ].value = 1.0 / ( jitterOffsets.length );
93
this.uniforms[ "tForeground" ].value = this.sampleRenderTarget;
94
0 commit comments