-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
GLTF2Loader -- support for CUBICSPLINE interpolation #11761
Comments
Not started yet, no. Please do feel free to work on this. 🙂 /cc @takahirox |
Regarding the ongoing iteration, my own roadmap currently is:
|
|
Great work! I believe the Blender folks are adding support for spline interpolation in their exporter shortly. Meanwhile I might hack up a tiny test-file by hand. |
Unfortunately it looks like CUBICSPLINE interpolation will need some more work. I tried passing the glTF data directly into the three.js keyframe track and that wasn't it. Will need to read up on how both systems work and adapt the input data accordingly. See: #12233. |
Aha, understood. You need a little McCurdy-minion to help you out. |
I've noticed that GLTF2Loader is undergoing fairly rapid iteration. Is there work in progress on supporting the new interpolation modes, most interestingly CUBICSPLINE? Of all the improvements from GLTF1 to GLTF2, getting away from densely sampled animation transforms (and the resulting enormous model files) is perhaps the most exciting.
If nobody else is working on this, we may end up taking a pass on it.
The text was updated successfully, but these errors were encountered: