
I'd like to have sort of a ratio when creating my camera, e.g.
Code: Select all
CreateCamera(0, 10, 10, 75, 50, 1, 1) ; 1 pixel in x direction = 1 pixel in y direction
CreateCamera(0, 10, 10, 75, 50, 1.5, 1) ; 1.5 pixel in x direction = 1 pixel in y direction