I would like to stretch the screen in one direction (depending on orientation sensor).
So like the fov is set to a smaller value, but only for one direction (e.g. the height).
I tried to set a manual aspectRatio of the camera. But that doesn’t work.
I can calculated the amount of needed stretch. Suppose this is 1.5. How can I stretch only the height a factor of 1.5?
Anybody an idea how I can do that?