Hi,
I've complied your plugin for ogre and it works fine (CEGUI example). I would like to use the simplest method for applying videos as textures.
Lets say I have one cube entity and something like:
material Example/TheoraVideoPlayer/Play
{
technique
{
pass
{
texture_unit
{
texture_source ogg_video
{
filename test.ogg
//play, pause, or loop are valid
play_mode loop
}
}
}
}
}
In my material definition.
When I apply this material to cube entity, it is black.
Do I have to manually tell theora to start playing?
Another thing (from OGRE forums:
http://www.ogre3d.org/phpBB2/viewtopic.php?t=14359):
In case I load plugin (by putting a line in plugins.cfg), my app runs jerky, i.e. loosing frames.
Everythink is ok, if I do one of these:
* remove material definition for theora movie
* remove video to which material definition is refering to
* remove theora plugin from plugin.cfg
This happens both in Debug and Release versions. Note that NO object is using theora video material definition.
I'm using ogre 1.0 & videoplugin CVS.
Thank you and keep up the good work.
Igor