You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although, am not using any environment map for the scene, I quite love the way SSGI lifts up the scene. Is there a way to avoid the trailing effect at longer distance?
This seems to be an issue with the depthDistance and worldDistance being too low in the temporal reprojection pass (they are defined here: https://github.com/0beqz/realism-effects/blob/main/src/temporal-reproject/TemporalReprojectPass.js#L17). I think at that distance there are issues with precision so that the temporal reprojection pass constantly sees disocclusions there (due to a too high depth/distance difference between the current pixel and the reprojected pixel) which causes that flickering.
You can try to set depthDistance and worldDistance to higher values when passing the options when creating the SSGIEffect object. I'll look into it, maybe I can make distance play a role to account for the precision loss at higher distances.
Although, am not using any environment map for the scene, I quite love the way SSGI lifts up the scene. Is there a way to avoid the trailing effect at longer distance?
Am using this settings as option
simulation_20Mar.mp4
The text was updated successfully, but these errors were encountered: