Search found 3 matches

by kbluck
Thu Feb 08, 2007 20:21
Forum: Help
Topic: Irrlicht software renderers don't render CEGUI
Replies: 3
Views: 3848

As far as I can tell, basically all CEGUI does is set up its quads by loading textures: IrrlichtTexture* t = new IrrlichtTexture(this, device); t->loadFromFile(filename, resourceGroup); ...and each frame draws each textured quad: driver->draw2DImage(texture,quad.dst,quad.src,0,co...
by kbluck
Thu Feb 08, 2007 20:03
Forum: Help
Topic: Irrlicht software renderers don't render CEGUI
Replies: 3
Views: 3848

I thought about that possibility myself. But I would expect that if CEGUI were attempting to hook a 3d device and it failed to do so due to software rendering, it would throw an exception. But it silently does nothing at all. It runs happily while rendering nothing. Still looking at it, but failing ...
by kbluck
Thu Feb 01, 2007 22:34
Forum: Help
Topic: Irrlicht software renderers don't render CEGUI
Replies: 3
Views: 3848

Irrlicht software renderers don't render CEGUI

I've noticed that the Irrlicht software renderers EDT_SOFTWARE and EDT_SOFTWARE2 don't render CEGUI. EDT_DIRECT3D8, EDT_DIRECT3D9, and EDT_OPENGL all render as expected. Presently, I'm trying to figure out why this is by stepping through a bunch of unfamiliar code. By chance, is there anybody here w...

Go to advanced search