Search found 2 matches
- Wed Jan 03, 2007 16:01
- Forum: Help
- Topic: Noob - Untextured polygons.
- Replies: 1
- Views: 1815
Part 2
Here is the code i'm using to configure the GUI: //////////////////////////////////////////////////////// win->getSize(&x,&y); CEGUI::Logger::getSingleton().setLoggingLevel(CEGUI::Informative); myRenderer->setDisplaySize(CEGUI::Size(x,y)); CEGUI::WindowManager& wmgr = CEGUI::WindowManage...
- Wed Jan 03, 2007 15:54
- Forum: Help
- Topic: Noob - Untextured polygons.
- Replies: 1
- Views: 1815
Noob - Untextured polygons.
Hi all, I'm very green at all this so please be kind :D I've created a small 3d application and trying to prototype getting CEGUI on top of it. The forums have been quite helpful in getting me started and I do now believe I have the gui rendering! However, I have come across something very strange. ...