#Does Temporal Anti-aliasing respect the viewport_rect of a camera?

8 messages · Page 1 of 1 (latest)

shrewd ridge
#

I am trying to use TAA where the camera viewport is smaller than the window, but it seems to distort the aspect ratio of the view as well as as add a black band (see video). When zooming in and out, the TAA samples shimmer like they're not correctly aligned with the image being rendered.

Everything seems fine when the viewport rect is the whole window. Is there some additional setup I need to do?

frosty plover
#

It's a known bug, there are open issues on github.

#

It's a little tricky to fix

shrewd ridge
#

Cheers, do you know how to find one of the issues? Sorry, I did try, my github issue search fu wasn't strong enough!

frosty plover
#

I'm not seeing a simple "TAA dosen't work with viewports" issue, but it's generally a known issue yeah

shrewd ridge