[osg-users] osgViewer::RecordAnimationPath without file

2012-01-17 Thread Philipp Moeller
Hello list, osgViewer::RecordAnimationPath will always store the AnimationPath to a file. This looks very limited to me. For my use-case extracting a osg::AnimationPath would be enough and it seems possible to extend the current interface with this functionality. Otherwise it would be nice, if osg

Re: [osg-users] osgViewer::RecordAnimationPath without file

2012-01-17 Thread Robert Osfield
Hi Phillipp, RecordAnimationPath is just a simple utility class. It's quite easy to roll your own so this may well be the most convenient way for your to do it. Alternatively you could just modify the existing class to just populate an AnimationPath and now write out to disk. Robert. On 17 Jan