ember/external/CEGUIOgreRenderer
Erik Ogenvik fe902ec997 Fixed issue where nothing was rendered if the cursor was disabled.
The reason seemed to be that the last rendered window in that situation set the scissor test to a portion of the screen,
and Ogre didn't reset it.
With the cursor this wasn't an issue, since it's always rendered last and it sets the scissor test to the whole screen.
2021-04-07 16:44:10 +02:00
..
CMakeLists.txt Use object libraries instead of static libraries. 2020-06-06 23:15:34 +02:00
COPYING Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
GeometryBuffer.cpp Use Ogre 1.12.6 2021-04-07 13:46:07 +02:00
GeometryBuffer.h Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
ImageCodec.cpp Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
ImageCodec.h Refer to system CEGUI headers. 2019-10-05 00:00:33 +02:00
OgreMacros.h Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
README.md Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
Renderer.cpp Fixed issue where nothing was rendered if the cursor was disabled. 2021-04-07 16:44:10 +02:00
Renderer.h Use Ogre 1.12.6 2021-04-07 13:46:07 +02:00
RenderTarget.h Refer to system CEGUI headers. 2019-10-05 00:00:33 +02:00
RenderTarget.inl Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
ResourceProvider.cpp Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
ResourceProvider.h Refer to system CEGUI headers. 2019-10-05 00:00:33 +02:00
Texture.cpp Plug memory leak. 2019-11-19 21:39:26 +01:00
Texture.h Refer to system CEGUI headers. 2019-10-05 00:00:33 +02:00
TextureTarget.cpp Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
TextureTarget.h Refer to system CEGUI headers. 2019-10-05 00:00:33 +02:00
WindowTarget.cpp Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00
WindowTarget.h Provide our own CEGUI Renderer. 2019-09-21 11:29:18 +02:00

CEGUI Renderer using OGRE

This is a Render Module for the CEGUI system using OGRE as a backend. Most of the code is based on code found in CEGUI, http://cegui.org.uk/.

It's kept here because the current version of CEGUI (0.8.7) lacks support for newer versions of OGRE.

License

The code is licensed under the MIT license, see COPYING.