On 7/13/07, Weitz, Andrew C. <[EMAIL PROTECTED]> wrote:
I'm using the QuickTime plugin to create a video texture.  I'm having
trouble saving/loading the video texture to/from an IVE file.  The save
process seems to work correctly.  But when I load the IVE file, all I
see is a single video frame.  When I try to cast the loaded osg::Image
to an osg::ImageStream, it fails.  Does anyone know if it's even
possible to do what I'm trying?

The loader won't automatically call play on the ImageStream, in fact
the .ive and .osg plugins won't even know that the files are not
standard Image objects so will just treat as so.

You'll need to traverse through the scene to find the ImageStream and
call play on them.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to