screen size and view port

Started by nmare, December 21, 2012, 01:29:21 AM

Previous topic - Next topic

nmare

Hello!

i started a jpct project last year on a cellphone.   Now i want to make this project work on cells and tablets.


so, working with different screen size is easy for the blit part.    But for the 3d viewport?    How it work?

the viewport will be the same size on a bigger screen?   or do i have to play with the camera distance or play with the size of my objects?

thank you for your answer
DevGeek studio
Indie Developer (android, opengl, databases)

EgonOlsen

Yes, the viewport will have the same size. It might differ slightly on the y-axis because of different aspect rations, but that's nothing to worry about in almost every case.