You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which means if I transform 2 point in corners in ndc space, the result is:
( 1, 1, 0, 1) -> (W - 1 / 2, H - 1 / 2, near, 1)
(-1, -1, 0, 1) -> ( -1 / 2, -1 / 2, near, 1)
This confuses me. I think the [-1, 1] range should be mapped to [0, W] or [1/2, W-1/2], but not [-1/2, W-1/2].