Spline Based Tool

Can anyone guide / point to any relevant resource on how can I build spline based level creation tools in Cocos Creator? Also the documentation on Cardinal Spline for js is very poor.

1 Like

@jare Hey I also have the same doubt! Is there any solution?

there’s this project that deals with (b)splines: https://github.com/thibauts/b-spline - has one function that returns a bunch of points that you can then draw using lines in a cc.Graphics.

is this what you’re trying to achive?