Thanks Sergey,

I just did it like this and it seam to work although the transition is not
smooth from one to another scale. I was waiting for some like TimeScale or
such. Anyway, any idea how to playback frame by frame forward/backward?

Thanks a lot

Nick

On Fri, Aug 31, 2012 at 12:22 PM, Sergey Polischuk <pol...@yandex.ru> wrote:

> Hi Nick
>
> There are setDuration method in osgAnimation::Animation interface. Using
> it you can rescale animation to any duration you want.
> i.e. to slowdown animation N times you can use
> animation->computeDuration();
> animation->setDuration(animation->getDuration() * N);
>
> Cheers,
> Sergey.
> 31.08.2012, 13:02, "Trajce Nikolov NICK" <
> trajce.nikolov.nick....@gmail.com>:
>
> Hi community,
> Lately I was doing something with animations (using osgAnimations). Any
> hints how to speed up/slow down animations (osgAnimation::Animation)
> Thanks a bunch
> Nick
>
> _______________________________________________
> 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
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to