Hi Salvatore,

You may be hitting up against a range of issues, but without more info
I can't say what the problem might be.

What resolution of images do you have?

What are their dimensions?    Are they power of two?

What type of texture do yo attach them to?

How many images are in the sequence?

Are the images all loaded into memory or are you using the
osgDB::ImagePager support for ImageSequence to do the reading for you?
 Or do you load and keep all images in memory?

Robert.


On Thu, Mar 5, 2009 at 3:35 PM, salvatore <osgfo...@tevs.eu> wrote:
> hello to all,
> I have a problem common to other users, I have a sequence of high resolution 
> photos to be displayed in sequence (30fps), I used osgimagesequence but after 
> a few seconds ul movie skips many frames. I thought to divide the images into 
> pieces and associate them to a Node, but I do not know how to play them in a 
> continuous sequence.
> thanks for the help
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=8005#8005
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to