I don't find any way to set an orthogonal view in game. I need to show a rectangular area that have to fit the screen completely this is needed in many classic 2d gameplayscenarios.
Probably putting camera far away with a small fov will work but only if i can set proper near and far plane to account for the distance and put zbuffer precision in a useful range.
This have to work in mobile ios version too.
Probably putting camera far away with a small fov will work but only if i can set proper near and far plane to account for the distance and put zbuffer precision in a useful range.
This have to work in mobile ios version too.
Comment