2
0
Эх сурвалжийг харах

add comment on how to reduce discretization affects.

Ben Houston 9 жил өмнө
parent
commit
182a25faf7

+ 5 - 0
examples/js/postprocessing/MSAAPass.js

@@ -5,6 +5,11 @@
  * lead to discretization effects.  For accurate sample accumulation use a floating
  * point buffer.
  *
+ * It is also possible to reduce the discretization effects by having more buffers
+ * and doing less combines.  So render to 4 buffers and combine them 4 times for
+ * 16 samples and you'll get 4x less discretization artifacts and then current
+ * approach.
+ *
  */
 
 THREE.MSAAPass = function ( scene, camera, params ) {