Hi David,

I'm afraid I have testing the ImageSequence/osgvolume code paths
recently.  What happens if you just add the image filenames via the
commandline?

Robert.

On Mon, Feb 9, 2009 at 3:12 PM, David MichÃ(c)a <[email protected]> wrote:
> Hi,
>
> I would like to use the new features osgvolume to visualize scalar 4D data 
> (3D+time)
>
> I started by using the example osgvolume provided with v2.8.0, I have just 
> added code to read my data:
>
> ...
>
> while (...)
> {   osg::ref_ptr<osg::Image> my_3d_image = new osg::Image ();
>    ...
>    / / Read data from disk and fill my_3d_image
>    ...
>    images.push_back (my_3d_image.get());
> }
>
> ...
>
> Unfortunately, although the sequence image is actually created: "Creating 
> sequence of 10 volumes." I just can visualize the first image on screen, not 
> the sequence.
>
> Do I forget something? I'm fairly new, so please excuse my question if it is 
> stupid.
>
> Thx a lot.
>
> ------------------
> Read this topic online here:
> http://osgforum.tevs.eu/viewtopic.php?p=6298#6298
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to