Re: [osg-users] Curves/splines

2010-12-15 Thread Peter Wrobrl
pamakela wrote: Hi I'd like to use curves, particularly simple 2d control point based splines to drive variables of scene graph objects over time. I'd also like to use both linear and cubic interpolated curves. So for example the curve could be sharp sawtooth, a cubic curve with

Re: [osg-users] Curves/splines

2010-12-13 Thread jago jagoc
Hi Paavo, i hope that this link could help you: http://code.google.com/p/osgmodeling/ Cheers, Jagovic Hi I'd like to use curves, particularly simple 2d control point based splines to drive variables of scene graph objects over time. I'd also like to use both linear and cubic interpolated

Re: [osg-users] Curves/splines

2010-12-13 Thread Paavo Mäkelä
Thanks for the link jago, osgModeling certainly looks comprehensive! For the time being, I implemented the Catmull-Rom spline, which serves my purposes ok. Regards, - PM -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=34781#34781

[osg-users] Curves/splines

2010-12-11 Thread Paavo Mäkelä
Hi I'd like to use curves, particularly simple 2d control point based splines to drive variables of scene graph objects over time. I'd also like to use both linear and cubic interpolated curves. So for example the curve could be sharp sawtooth, a cubic curve with smooth knee/shoulder, etc. A