Page 1 of 1

Missing CEGUI with other Ogre Scene Managers

Posted: Tue Jan 11, 2005 13:11
by Mdobele
Hi,

I've just started using CEGUI with OGRE 0.15.1 and think its fantastic. Getting alot going rather quickly!

I've just noticed however that when I change the OGRE scene manager over to anything BUT the ST_GENERIC all of my Windows and the mouse cursor completely dissapear.

Any Thoughts? Not a biggi as i intend to use ST_GENERIC but just a curious side effect.

Missing CEGUI with other Ogre Scene Managers

Posted: Tue Jan 11, 2005 13:50
by CrazyEddie
Hi,

Welcome to the world of CEGUI ;)

You can specify alternate scene managers in the constructor to the CEGUI::OgreRenderer class, or alternatively call the CEGUI::OgreRenderer::setTargetSceneManager methods.

HTH

CE.

Missing CEGUI with other Ogre Scene Managers

Posted: Tue Jan 11, 2005 14:20
by Mdobele
Ahhh, I do like an easy solution :D

Missing CEGUI with other Ogre Scene Managers

Posted: Thu Jan 13, 2005 16:04
by Banania
This error message can only be generated by the default scene manager, so you must still have ST_GENERIC somewhere. Can't tell you where it comes from though.