react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

SMAA and Chromatic Aberration are not working together

Open Russo-creation opened this issue 4 years ago • 1 comments

Hi, I'm trying to use SMAA and ChromaticAberration together in EffectComposer but SMAA effect erase ChromaticAberration effect.

I prepared example with mentioned two effects https://codesandbox.io/s/react-postprocessing-dof-blob-forked-s5cin?file=/src/App.js

Does anyone find workaround to successfully use together effects?

Russo-creation avatar Oct 14 '21 10:10 Russo-creation

Just found the same issue, can't use SMAA with ChromaticAberration, it throws: Error: Convolution effects cannot be merged (ChromaticAberrationEffect)

And also if I use Glitch with SMAA OR ChromaticAberration it throws: Error: Effects that transform UVs are incompatible with convolution effects (GlitchEffect)

Cherna avatar Sep 20 '22 03:09 Cherna

Any updates on this issue?

ThreshHNS avatar Mar 14 '23 15:03 ThreshHNS

:tada: This issue has been resolved in version 2.15.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Oct 18 '23 16:10 github-actions[bot]