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

Issue with "object traces" when using SSR

Open elllot opened this issue 2 years ago • 1 comments
trafficstars

Hello!

I'm experimenting with using SSR by adding <SSR /> to the Canvas imported from @react-three/postprocessing. I'm noticing some thing odd, which can be best described as objects leaving traces, while moving the camera around. I tried to capture as much details as possible in a post I made on the threejs forum. I'm currently lost in trying to understand what could possibly be causing the issue I'm seeing. Thanks a lot for the guidance in advance!

elllot avatar Jun 22 '23 04:06 elllot

This is smearing from the temporal resolve of the SSR effect which is no longer maintained in favor of https://github.com/0beqz/realism-effects. Its v2 branch has a very stable denoiser which I'm delaying #211 for, which SSR would be specular-only.

CodyJasonBennett avatar Oct 18 '23 16:10 CodyJasonBennett