Pb compiling with "OgreRenderer::createTexture"

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

User avatar
Banania
Not too shy to talk
Not too shy to talk
Posts: 38
Joined: Wed Jan 12, 2005 12:06
Location: Paris, France

Pb compiling with "OgreRenderer::createTexture"

Postby Banania » Wed Nov 10, 2004 18:38

You have to cast your renderer to OgreRenderer because the generic renderer doesn't have this method. Only the Ogre Renderer has it.

Code: Select all

CEGUI::OgreRenderer* l_ogreRenderer = (CEGUI::OgreRenderer*)CEGUI::System::getSingleton().getRenderer();
Banania


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 14 guests