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
GUI disappear with TSM CVS of 02.02.2005
-
MadLion
- Halfling
- Posts: 97
- Joined: Wed Aug 25, 2004 8:14 am
- Location: Germany
- Injector
- Gremlin
- Posts: 174
- Joined: Wed Jan 21, 2004 2:42 pm
- Location: Frankfurt, Germany
-
MadLion
- Halfling
- Posts: 97
- Joined: Wed Aug 25, 2004 8:14 am
- Location: Germany
Thanks alot it does help. ^^
I just have to change
to
I just have to change
Code: Select all
mGUIRenderer = new CEGUI::OgreRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000);Code: Select all
mGUIRenderer = new CEGUI::OgreRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr);