This is sample code from the Apple and yet does not work correctly on the iPad simulator. I don't have an I've been trying to get it to work correctly on the iPad simulator. The image is offset to approx the center of the screen, but not exactly.
views:
22answers:
1
+2
A:
I found the problem. When using "Upgrade current target for iPad" the .xmb places the EAGLView at aprox (270,270). Setting it at (0,0) solves the problem.
Todd Bates
2010-10-28 19:36:48