Page 1 of 1

Bézier curves

PostPosted: Tue Apr 15, 2014 4:07 pm
by thread
I wrote a plugin to make fancy fancy Bézier curves. (just google it if you aren't sure what they are)
to use, you highlight a existing wall item or line item (or even several) and it will use something called "De Casteljau's algorithm" to smooth it out into a curve! Yay!

Re: Bézier curves

PostPosted: Tue Apr 15, 2014 4:13 pm
by Fordcars
Whoa sweet!

Re: Bézier curves

PostPosted: Tue Apr 15, 2014 4:59 pm
by kaen
Nice! I wrote one too (https://github.com/kaen/stardust/blob/m ... bezier.lua) but it's a little different in that it fits a bezier curve through the original points of the object.

Good to see another plugin hacker :zapdance: