GUI disappear with TSM CVS of 02.02.2005

Problems building or running the engine, queries about how to use features etc.
Post Reply
MadLion
Halfling
Posts: 97
Joined: Wed Aug 25, 2004 8:14 am
Location: Germany

GUI disappear with TSM CVS of 02.02.2005

Post by MadLion »

Hello,

i'm trying to use the GUI demo with the TerrainSceneManager.
But if i set it up to use the TSM the GUI is disappear.
No mouse cursor or window is displayed anymore.

I couldn't see any errors in Log.

Any ideas?

Greetings MadLion
User avatar
Injector
Gremlin
Posts: 174
Joined: Wed Jan 21, 2004 2:42 pm
Location: Frankfurt, Germany

Post by Injector »

MadLion
Halfling
Posts: 97
Joined: Wed Aug 25, 2004 8:14 am
Location: Germany

Post by MadLion »

Thanks i will try this.
MadLion
Halfling
Posts: 97
Joined: Wed Aug 25, 2004 8:14 am
Location: Germany

Post by MadLion »

Thanks alot it does help. ^^

I just have to change

Code: Select all

mGUIRenderer = new CEGUI::OgreRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000);
to

Code: Select all

mGUIRenderer = new CEGUI::OgreRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr);
Post Reply