[SOLVED] How can i render a scene on MyGUI element ?

compvis

03-04-2009 08:59:48

Hi,

I have two camera that placed at two difference positions and looks at two difference directions.
I have a question is how to render a camera on MyGUI element (Renderbox or other controls...)

Thanks

Altren

03-04-2009 13:37:45

void RenderBox::setCamera( Ogre::Camera * _camera )

compvis

04-04-2009 05:38:07

thanks