Search found 4 matches
- Tue Dec 30, 2008 21:29
- Forum: Help
- Topic: Using CEGUI in Ogre in practice
- Replies: 4
- Views: 3375
- Tue Dec 30, 2008 17:45
- Forum: Help
- Topic: Using CEGUI in Ogre in practice
- Replies: 4
- Views: 3375
Using CEGUI in Ogre in practice
Ok so I've got CEGUI working in a ogre app, but I'm not finding alot on actually using it to do stuff when it's working, is there any good resources out there and tutorials? I have no clue about using it, please help!
- Wed Dec 17, 2008 21:20
- Forum: Help
- Topic: Setting the text on staticText
- Replies: 4
- Views: 3696
- Wed Dec 17, 2008 17:02
- Forum: Help
- Topic: Setting the text on staticText
- Replies: 4
- Views: 3696
Setting the text on staticText
Hi I'm new to CEGUI and want to use some static text to display a score. Can I reset the text after I first set it? / setup GUI system mGUIRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); mGUISystem = new CEGUI::System(mGUIRenderer)...