ios - How to display multiple EAGLView from one screen of iPhone/iPad? -


just effects of "photo booth" application in macosx.

is possible display 4 eaglviews @ same time ?

it easier render same eaglview using glviewport. can render in part of backbuffer without changing anything.

glviewport (http://www.khronos.org/opengles/documentation/opengles1_0/html/glviewport.html) takes lowerleft corner position , size of rectangle.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -