I’ve been developing a live renderer which is targeting more for visually pleasing looks.
I have been using camera:ScreenPointToRay() to project the rays but have seen problems with using it, one example is how the image can stretch if the viewport is manipulated.
My engine uses a 1:1 ratio rather than the entire viewport and I was hoping if someone has a solution to directions for the rays.