Multiple Views on iPad

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Multiple Views on iPad

Post by IrrlichtForiOS »

Hi there,

I am developing with Irrlicht on the iPad, but i have a very big problem.

I have one global Device (because with multiple device there are ressource-loading-problems). Now i want "add" three UIViews to this device, to display different parts of an IrrlichtScene.

Is there a way to solve that ? Hope someone can help.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Multiple Views on iPad

Post by Mel »

combine setViewport and setActiveCamera to achieve multiple viewports
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Ravi08
Posts: 249
Joined: Thu Jul 17, 2008 12:25 pm

Re: Multiple Views on iPad

Post by Ravi08 »

Hi, maybe the 18th tutorial might help you: http://irrlicht.sourceforge.net/docu/example018.html
"Hey Baby Wobbling Wobbling"
-Russell Peters
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: Multiple Views on iPad

Post by IrrlichtForiOS »

Is there any port to iOS for this Example ?
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: Multiple Views on iPad

Post by IrrlichtForiOS »

I always tried it with SExposedVideoDat, but my UIView is still white.

Is here someone, who could write a tutorial for using SExposedVideoData on iOS ?
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: Multiple Views on iPad

Post by IrrlichtForiOS »

That is the code which I used, to give my UIView to my IrrlichtDevice:

http://ideone.com/0sf8B

Hope someone could help.. still white View...
Post Reply