creating an Image set object from textures
Posted: Fri Dec 30, 2005 19:00
I am new to CEGUI , developing a simple GUI application for OGRE3D based game. On selection of a text item from listbox I want to display a picture associated with the text item. All Image files (JPEG) are kept in applcation folder.
First I have to create a texture object I use
myTexture=CEGUI::System::getSingleton().getRenderer()->createTexture(
What parameters should I pass to this function?
First I have to create a texture object I use
myTexture=CEGUI::System::getSingleton().getRenderer()->createTexture(
What parameters should I pass to this function?