Tagged Questions
2
votes
2answers
132 views
Map UIView onto a face for iPhone 5's retina display
I have a UIView that I would like to map onto a face of my shape. All that works but I would like it to work with retina graphics on iPhone 5. I set my openGL layer's contentScale property to 2.0 but ...
0
votes
2answers
337 views
Using iPhone 5 full screen for non retina game
I would like to update my non retina game to use the wide screen in the iPhone 5, is it possible to use a 568x320 sized OpenGL window?
0
votes
0answers
89 views
iphone development : how to make openGL app iPhone5 compatible
In my iphone app I have simple game written with glkit openGL 2.0. Now I want to make my app compatible with iphone 5. But the problem is it is stretching my sprite images automatically. although I ...
3
votes
1answer
785 views
opengl 1.1 renderbuffer generation does only 960px not 1136px width
I'm currently in the progress to port my iPhone game to the iPhone 5 resolution. I included the Default-568h@2x.png and
[[UIscreen mainScreen] bounds].size;
gives me the iPhone 5 resolution ...