Thanks for the reply. Great to see an orthographic-mode coming!
I am considering releasing a PC version of Spun. The image below shows an issue I'm currently having.
I have seen a wide variety of aspect ratios on phones (16:9,16:10,etc) so i setup the code below to compensate for it.
#Constant GameWidth = 180
#Constant GameHeight = 320
SetVirtualResolution(GameWidth,GameHeight)
SetScissor(GetScreenBoundsLeft(),GetScreenBoundsTop(),GetScreenBoundsRight(),GetScreenBoundsBottom())
However working with horizontal resolutions and Horizontal-FOV on PC, it zooms in on the 3D stuff too much.
Suppose i could just ditch the SetScissor and have vertical letter-boxing..
Quote: "(and height determined by the camera aspect ratio)"
If I understand this correctly, I think I would still have this issue with orthographic.