I have a global shader that outputs to a UTextureRenderTarget2D asset which then gets used in a post-process material.
When the post-process material is set to blend to scene color after the tone-mapper there’s jittering. This same jitter can be found in the render target result that is used which suggests that I need to cancel the jitter out in the global shader.
This is what I have in my .usf, subtracting the jitter doesn’t seem to do anything.
Hi, did you ever found a fix for the scene color after tone mapper having jitter, I don,t wanna move to before DOF, I need to stay after tone mapping for other reasons, but also encountering the issue you are having?
Hey, unfortunately I haven’t, I ended up shelving the issue for now and basically just operate on the idea that if you’re using the RT, don’t use it after the tone-mapper which sucks since I would have thought it would be easy enough to cancel out the jitter.
Edit: Playing around, even pulling in the jitter from the FViewInfo.TemporalJitterPixels derived from the FSceneView that gets passed into the scene view extension does nothing even though it has a value. It doesn’t matter what combination I use when adjusting the current pixel or uv position