It seems the issue can be fixed if the internal render targets of EffectComposer
are created differently. If you enhance the following section:
by this type: FloatType
, the result is as expected. The default type
is UnsignedByteType
by the way.
I’m not yet sure why this removes the artifacts but this might be related to a precision issue.