react-postprocessing
react-postprocessing copied to clipboard
dithering option
Without dithering we get some banding with the bloom effect: https://codesandbox.io/s/elated-wilson-921dcm?file=/src/App.js
We could add it as option on the EffectComposer or just enable it by default? Are there any downsides to dithering?