Page 1 of 1

OGRE+CEGUI+OpenGL = bad

Posted: Thu Sep 15, 2005 14:59
by madmark
Please help!

When CEGUI is started under OGRE and OpenGL the GUI looks great, but the 3D scene looks like everything has z-fighting issues. If I disable CEGUI, the scene looks fine on OpenGL.

Works fine under OGRE and DirectX9.

Windows 2000 and XPSP2

I am using OGRE v1.0.4 (v1.0.3 has the same issue).
I am using CEGUI 0.3.0
The stable release of OGRE w/CEGUI not from CVS.

Problem exists on both an ATI 9600 and a nVidia FX, both with latest drivers.

Re: OGRE+CEGUI+OpenGL = bad

Posted: Sat Sep 17, 2005 16:54
by SwiftCoder
Are you using the OGREGuiRenderer included with the OGRE source, or the OpenGLGuiRenderer?
I have the smae result using the OpenGLGuiRenderer and OGRE on OS X, but the OGREGuiRenderer works fine.

Re: OGRE+CEGUI+OpenGL = bad

Posted: Wed Sep 21, 2005 17:08
by madmark
The problem seems to be in the OGRE stuff. Getting the latest OGRE from CVS fixes the problem!