Thanks for the suggestion, this seems to be a useful approach!
A few minutes ago I had the idea of combining linear interpolation with quadratic bezier... first define a middle step beetween each point with linear interpolation, then do a quadratic bezier interpolation with one point and his two neighboring middle step points. This seems to be easier to calculate- I will work on this and later try Your suggestion

Last edited by benni; 10/21/07 21:06.