Page 1 of 1

Linking Fine, but nothing appears

Posted: Fri Jun 18, 2004 15:43
by Jeff_Leigh
Hi CrazyEddie,

I'm trying to get your GUI to appear in one of my own ogre applications. I've got everything compiled and can build and run the demo just fine. So I've cut and pasted what seemed nessessary into my own application. It compiles and runs just fine.. and the CE Log doesn't report any problems... but I can't get anything CEGUI to appear on the screen.

I've read and re-read the demo source about 100 times now, but I can't for the life of me figure out how it is rendering at all. I can't find any calls to System.renderGUI() or the like.. I must have miss-interpretted the code. Does it render automatically after 'System' is created?

Linking Fine, but nothing appears

Posted: Fri Jun 18, 2004 16:30
by Jeff_Leigh
Ah,

I think it's just a matter of the same problem outlined here with using CEGUI with a different scene manager. I always use my own scene managers. ;)

EDIT: Yep, that did it. Oh, and... Great work, CrazyEddie!

Linking Fine, but nothing appears

Posted: Fri Jun 18, 2004 19:17
by CrazyEddie
Cool :D Glad you fixed that okay. Probably next week I'll be fixing those issues in the Ogre renderer class so that you can specify which scene manager to use. :)