Open trsh opened 1 year ago
Also when moving around with RT shadows, lots of blinking and pixel moving on edges and beyond
Yes, this is because RT shadows are running on half resolution, and the upscaling for it is not good.
Commit https://github.com/turanszkij/WickedEngine/commit/906638c36950872523556d001f8e2e7d4bf645a0 adds an upscale pass to raytraced shadows. Not perfect, but slightly better.
I'm considering that most of these half res effects would be better to always run in full resolution, and FSR2 upscaler to be used for the whole rendering (if needed) instead of having upscaling per effect.
Tnx, I test it as soon as I can
As u said. Slightly better. Maybe an option to use full res would make sense.
Recently I posted an issue with vertical CRT effect & blurriness with FSR2. There is a fix now that makes the scene so much clearer and usable (as it should be). But I think the vertical CRT's is different problem. As matter of fact I get them with no upscale with just RT shadow on. Shadow maps don't have this problem.