For anyone finding this thread in the future: blending different objects together might not work if you use the temporal dither. They will have the same offset on the same pixels, and so cancel each other out.
You need to produce different dither patterns per mesh.
So use per mesh data Like: object position, per instance custom data.
And then modify the dither pattern by it.
1 Like