Hi guys ![]()
Can some one explain what exactly happened in those part of DitherTemporalAA function?
Those vec2 putted inside ScreenAlignedPixelToPixelUVs, honestly, doesnt make any sense for me ![]()
Hi guys ![]()
Can some one explain what exactly happened in those part of DitherTemporalAA function?
Those vec2 putted inside ScreenAlignedPixelToPixelUVs, honestly, doesnt make any sense for me ![]()
That just returns the pixel position in screenspace I think.
So the left most pixel would return 0 and the right most pixel would return your screen width (in fullscreen at least)