Re: [osg-users] RecordCameraPathHandler where is the saved_animation.path file?

2009-03-16 Thread Felix Ilbring
Hi Robert I have done it. I put it to new osgViewer::RecordCameraPathHandler(C:\\ETC.path); but it was never there. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8535#8535 ___ osg-users mailing

Re: [osg-users] RecordCameraPathHandler where is the saved_animation.path file?

2009-03-16 Thread Felix Ilbring
thanks Paul the thing ist, that the recording works. it starts with 'z' and stops with 'Z' afterwards it plays the scene again and again. console promts: Recording camera Path. Writing camera file: ETC.path AnimationPath Completet in XXX so i guess it is the right viewer, but the file is

Re: [osg-users] RecordCameraPathHandler where is the saved_animation.path file?

2009-03-16 Thread Felix Ilbring
no I did not create the file manualy, but I will test the tool from the link tomorrow. Thanks a lot for your support. Felix -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8565#8565 ___ osg-users

Re: [osg-users] RecordCameraPathHandler where is the saved_animation.path file?

2009-03-17 Thread Felix Ilbring
It works! I am deeply greatful for your support. The Process Monitor worked out for me. There i found out that the .path file was stored in my SVN temp directory (.svn\tmp\text-base). I do not know why the windows search did not find it nore do i know why it is hidden in there, but all

[osg-users] how restart AnimationPathHandler at start position

2009-10-25 Thread Felix Ilbring
Hi, I have a simple question: How do i confince the handler to start the animation always from first second? Each time i fire the start event, i want to start the animation from time 0. If i stop the animation by 'Z', and press 'Z' again 5 sec later. it seems the path has moved on although if

Re: [osg-users] how restart AnimationPathHandler at start position

2009-10-26 Thread Felix Ilbring
Thanks Rafa, that sounds like it would solve the problem. real big thanks for the fast reply Felix -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18694#18694 ___ osg-users mailing list

Re: [osg-users] how restart AnimationPathHandler at start position

2009-10-26 Thread Felix Ilbring
Hi Again, somehow it is still not working. The setStartTick method has no effect at all. i tried to set the startTick in _view, _timer and both, nothing worked. As i want to start the animation from the beginning, each time i press the play button, i do the folowing: Code: bool