-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python library **splines** #1
Comments
I'm not sure if you are aware of that, but I'm also the author of the In fact, this But you are right, I should probably mention that in the README ... BTW, I'm glad you like the "constant speed adapter"! |
I've just updated the README, I hope the situation is now clearer. |
What is slow? Evaluating the spline or the whole 3D rendering? |
Evaluating the spline, with the root finder and the integral. |
I'm not sure which spline type you are using, but if you are using If you are already using |
I'm using Kochanek-Bartels because it has some parameters. I made a JavaScript application these days: HopfApplication which uses this algorithm (that I reimplemented in JS). |
Hello,
Thank you for this repo, it is nice. It seems to me you never mention the splines Python library. It provides several types of quaternions interpolation. In particular, there is a "constant speed adapter" of splines. I realized this animation with it:
The text was updated successfully, but these errors were encountered: