Search found 2 matches
- Sun Mar 25, 2007 21:54
- Forum: Help
- Topic: [Solved] Window not rendering with Ogre
- Replies: 1
- Views: 1478
- Sun Mar 25, 2007 18:24
- Forum: Help
- Topic: [Solved] Window not rendering with Ogre
- Replies: 1
- Views: 1478
[Solved] Window not rendering with Ogre
Hi all, I'm trying to get a simple application running that displays a CEGUI window within Ogre. Everything is compiling with no errors, and it runs and shows the Ogre stuff, but the CEGUI window does not display. The code I have is:- m_2DRenderer = new CEGUI::OgreCEGUIRenderer(m_window); m_...