nik crosina wrote:

> Did anyone experience simmilar problems? 


        I fought with that alghorithm some months ago. To make a single straight 
segment, you normally would define two points. But I think that when you 
use this catmull rom algorithm, those two points should become four.Why? 
Because 1 and 4 are the "past" and "future" point.

         Let�s suppouse that you want the straight part of the track to start 
from the point 12 to the point 13 (you�ve said that you used 16 points). 
Well, in that case, you should do four points aligned in a straight 
line: 12, 13, 14 and 15. That�s the only way to not get a curve between 
13 and 14.

I hope this helps a little at least :)
-- 
Agust�n Mar�a Rodr�guez
http://cablemodem.fibertel.com.ar/agustinmr/ (en construcci�n)

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to