As is known to all, the iOS5 has AirPlay feature to let the iPad2 out put the screen in the TV. There is a game(RealRacing 2 HD) which enable this feature to make the 3D graphic to output on the tv and 2D graphic still display on iPad. How can this game do that? The game' demonstrate is here

How can I out put my game like Real Racing 2 HD?

link|improve this question

Any news here...? – snail Jul 14 '11 at 17:21
feedback

1 Answer

Ok, I will answer my own question. All I have done is follow the sample on this

When airplay function is ON, the UIScreen will auto generate a external screen, we can manage the EAGLView, separating some to add to the external screen and others add to main screen.

Hope my exp can help some one.

link|improve this answer
Do you consider airplay enabled device like Apple Tv as an external device in that way? Could you give a more detailed example? – loretoparisi Nov 29 '11 at 13:55
1  
@loretoparisi There is a example on Apple You just need to create two framebuffer and renderbuffer if you want to separate the render like RealRacing 2HD. Then bind buffers which you need to use. – snail Dec 4 '11 at 17:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.