"You'll need to render your video to a CEGUI texture."
What does this mean? Could you write more about it? what animation file formats can I use ? Is the theora plugin solution?
Search found 4 matches
- Tue Jan 10, 2006 14:48
- Forum: Modifications / Integrations / Customisations
- Topic: playing wmv /avi video in CE GUI window
- Replies: 3
- Views: 3319
- Mon Jan 09, 2006 14:47
- Forum: Modifications / Integrations / Customisations
- Topic: playing wmv /avi video in CE GUI window
- Replies: 3
- Views: 3319
playing wmv /avi video in CE GUI window
I want to play an animation file in CE GUI window. I do need utilities any standard codec provodes such as play,pause stop.
Does CE GUI support any codec API?
Does CE GUI support any codec API?
- Mon Jan 09, 2006 14:27
- Forum: Modifications / Integrations / Customisations
- Topic: creating an Image set object from textures
- Replies: 3
- Views: 2441
Re: creating an Image set object from textures
All images have standard dimensions , 640 * 480. But I should be able to resize them dynamically.
What resourcegroup I need to pass?
What resourcegroup I need to pass?
- Fri Dec 30, 2005 19:00
- Forum: Modifications / Integrations / Customisations
- Topic: creating an Image set object from textures
- Replies: 3
- Views: 2441
creating an Image set object from textures
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::Syst...