Projection Matrix - Horizontal Perspective, Vertical Orthographic

293 views Asked by At

Is it possible to create a projection matrix that is horizontally perspective, yet vertically orthographic? I am trying to create a game in Unity (2D) and am just learning about projection matrices. If you look at an engine like Construct 2, it has this capability baked in by default (as you can set parallax based on the x and y axis). Now, I know this can be done with an orthographic camera and scripts to move the backgrounds, but I was wondering if it can be done with a perspective camera.

Thanks!

0

There are 0 answers