Search found 2 matches
- Mon Oct 17, 2011 15:22
- Forum: Modifications / Integrations / Customisations
- Topic: Migration from Ogre 1.6.4 CEGUI to Ogre 1.7.2 CEGUI 0.7.5
- Replies: 1
- Views: 3046
Re: Migration from Ogre 1.6.4 CEGUI to Ogre 1.7.2 CEGUI 0.7.
Probably solved. I changed this: CEGUI::Imageset menu_imageset = CEGUI::ImagesetManager::getSingleton().createFromImageFile("gui_menu","overlays/gui_menu.tga"); to this( "&" before menu_imageset ): CEGUI::Imageset &menu_imageset = CEGUI::ImagesetManager::getSing...
- Mon Oct 17, 2011 08:43
- Forum: Modifications / Integrations / Customisations
- Topic: Migration from Ogre 1.6.4 CEGUI to Ogre 1.7.2 CEGUI 0.7.5
- Replies: 1
- Views: 3046
Migration from Ogre 1.6.4 CEGUI to Ogre 1.7.2 CEGUI 0.7.5
Hi, I have problem defining images in imageset. CEGUI log is always saying "Imageset::getImage - The Image named 'gui_menu_base' could not be found in Imageset 'gui_menu'." CEGUI::Imageset menu_imageset = CEGUI::ImagesetManager::getSingleton().createFromImageFile("gui_menu","...