TAA example brightness inconsistency

Hello,

I think there was a bug introduced when using the TAARenderPass, as you can see in the official example, when the movement stops, the brightness of the model is increased. I suspect that this has something to do with the gamma correction.

https://threejs.org/examples/?q=taa#webgl_postprocessing_taa

Cheers

Hi @MajorMeerkatThe3rd! This will be fixed by TAARenderPass: Fix color shift. by Mugen87 · Pull Request #26199 · mrdoob/three.js · GitHub in r154.

Perfect, thanks @donmccurdy