pmndrs / postprocessing

A post processing library for three.js.
zlib License
2.31k stars 208 forks source link

SMAAPass depends on the main clear color. #80

Closed vanruesc closed 6 years ago

vanruesc commented 6 years ago

The SMAAPass breaks if the clear color of the renderer is not black.

It indirectly uses this clear color to clear the color edges buffer renderTargetColorEdges, but should use its own ClearPass instead.

vanruesc commented 6 years ago

Fixed in postprocessing@4.5.0.