I’m getting this odd stepping effect where objects intersect another mesh.
The three black cylinders use the same geometry and a MeshStandardMaterial. All three are scaled by factors of 0.4, 0.6 and 3. I guess the one with the correct smooth intersection is closest to the camera.
The ground mesh has MeshPhongMaterial.
The odd thing is that disabling the UnrealBloomPass prevents this from happening.
Has anyone had similar issues? Any advice on what might be causing the issue?
Thanks