HI Rodrigo, On Wed, Apr 22, 2009 at 8:39 PM, Rodrigo Salvador <[email protected]> wrote: > Felix, did you achieve to replay the animation? > > I recorded a animation in a "saved_animation.path" file, but what I want is > to play it in a external player. Does OSG save the animation with another > kind of file, like .wmv?
The recoding of the animation *path* is supported, but this is just log of position+orientation of the camera. You can run osgviewer with this path to replay it, but it's not something other non OSG tools will support. If you want a movie then you'll need an entirely seperate image capture support. I do plan to add support for this in the 2.9.x dev series using the ffmpeg plugin to do the video encoding, but I don't have any dates for the work. In the meantime you'll need to use a 3rd party tool to capture the desktop and encode it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

