MyGui on two different Ogre::RenderWindow

Jochen

18-03-2013 09:58:16

Hi,

similiar to viewtopic.php?f=17&t=14847 I'm trying to render the same MyGui (newest version) in two several Ogre::RenderWindow. Is there any easy way to do this?

Greets
Jochen

Altren

18-03-2013 10:08:41

As I told in another topic easiest solution would be: render gui into texture and use that texture in another RenderWindow.

Jochen

18-03-2013 10:37:07

Is this implemented by MyGui itself or do I have to do this with Ogre? Would be very nice of you could give me some hints.