Remove noise on any mesh

Hello,

i am struggeling with a noise in my project. I don’t have any clue what i causes.
Global illumination is set to none. I could not find any help on the internet.

What info is neccessary for you to get an insight of the root of this problem?

  1. You have antialiasing disabled or you’ve set it to MSAA which does nothing in the deferred renderer. Should be using TAA or TSR.
  2. This looks like SSGI, if it is then the noise can be improved slightly (at a cost) by increasing the SSGI quality to 4: r.SSGI.Quality 4

Thanks! i set ssgi to 0 - now i have no noise anymore. The anti aliasing is set to none on purpose but this did not really change anything in the noise. Now the look is a little different but i now have more control. :ok_hand:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.