yes, I've looked all examples.

I need a bezier path animation with constant speed from first to last keyframe. 
Is it more clear?

How?

thanks



robertosfield wrote:
> Hi Daniele,
> 
> Have you looked at the osganimation example?
> 
> Robert.
> 
> On Fri, Oct 22, 2010 at 12:03 PM, daniele argiolas <> wrote:
> 
> > I've a pratical case, can anybody help me??
> > 
> > I've 4 keyframes:
> > v[0] = osg::Vec3(0, 0, 0);
> > v[1] = osg::Vec3(20, 0, 0);
> > v[2] = osg::Vec3(40, 0, 0);
> > v[3] = osg::Vec3(60, 0, 0);
> > 
> > in times 0,2,4,6
> > 
> > How to move along this keyframes with a constant speed from 0,0 to 60,0???
> > 
> > thanks
> > 
> > ------------------
> > Read this topic online here:
> > http://forum.openscenegraph.org/viewtopic.php?p=32978#32978
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > osg-users mailing list
> > 
> > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> > 
> > 
> _______________________________________________
> osg-users mailing list
> 
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> 
>  ------------------
> Post generated by Mail2Forum


------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=32981#32981





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to