overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
151 stars 51 forks source link

Bloom is sparking/blinking too much when TAA is disabled #1231

Open ksuprynowicz opened 2 weeks ago

ksuprynowicz commented 2 weeks ago

Would it be possible to always use TAA for bloom calculation, but output image without TAA to the screen?

HifiExperiments commented 2 weeks ago

not exactly, really we need to compare the TAA code path with the other modes and see where we are doing an extra clamp or handling extreme values. I think probably we are dividing by 0 somewhere and the TAA path just covers it up