Page 1 of 1

Ogre3D Split-screen ?

Posted: Tue Feb 23, 2010 6:40 am
by Pureabc
Is there any Ogre3D example to do split-screen showing two views with two cameras ?

Thank you.

Re: Ogre3D Split-screen ?

Posted: Tue Feb 23, 2010 9:48 am
by Fred
Just create 2 cameras with half the screen height.

Re: Ogre3D Split-screen ?

Posted: Wed Feb 24, 2010 1:59 am
by Pureabc
Fred,

I got it to work.
The createcamera command is more like a viewport command.

Thanks.