فهرست منبع

remove now inaccurate comment.

Ben Houston 9 سال پیش
والد
کامیت
d86fa4984c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      examples/js/postprocessing/ManualMSAARenderPass.js

+ 0 - 1
examples/js/postprocessing/ManualMSAARenderPass.js

@@ -88,7 +88,6 @@ THREE.ManualMSAARenderPass.prototype = {
 		var autoClear = renderer.autoClear;
 		renderer.autoClear = false;
 
-		// this accumulation strategy is used to prevent decimation at low bit depths with lots of samples.
 		this.uniforms[ "scale" ].value = 1.0 / ( jitterOffsets.length );
 		this.uniforms[ "tForeground" ].value = this.sampleRenderTarget;