Drawing curved line between 2 points with gl.

fraction's icon

hi guys,
i m wondering what would be the best way to draw a curved line between two moving points.
I ve explored gl.sketch and gl.path but, it doesnt sound so easy to do with them.

I ve got a look onto this help jitter with javscript, but not sure if that's a lead, as my origin points are moving in xyz.

Max Patch
Copy patch and select New From Clipboard in Max.

i m not looking for a full solution to my problem but a little help to where to start,
thx in advance for advices! :)

MaMe's icon

To make a curve you need three points !

Max Patch
Copy patch and select New From Clipboard in Max.


matmat's icon

Hi,
With "ease package", jit.gen & mesh there is some nice curves too!


Max Patch
Copy patch and select New From Clipboard in Max.

fraction's icon

thx you!! i got ease installed but never really got into a case where i understand how it could help. Now i got it and see a huge use of it. This looks super powerful. Thx for opening my mind. i m two years late. I cant take that

..thx thx thx !

djtoshi182's icon

This is awesome! Is is possible to adopt the generated curve for procedural drawing's path?