Skip to content
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

Add support for shape keys animation #228

Open
monolithMktg opened this issue Aug 3, 2024 · 2 comments
Open

Add support for shape keys animation #228

monolithMktg opened this issue Aug 3, 2024 · 2 comments

Comments

@monolithMktg
Copy link

monolithMktg commented Aug 3, 2024

Is there a tentative date for the Sparse Accessor packing support for GLTF/GLB shape keys animation?

Right now this line in GLTFLoader.js gives an error that bufferViews[i] is undefined:
desc.accessors.forEach(({ bufferView: i, componentType }) => { bufferViews[i].componentType = componentType; });

@monolithMktg monolithMktg changed the title Vertex animation textures (VAT) and OGL Shape keys animation support Aug 4, 2024
@monolithMktg monolithMktg changed the title Shape keys animation support Add support for shape keys animation Aug 12, 2024
@gordonnl
Copy link
Contributor

What do you mean by shape keys animation? https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html
Is it related to the sparse support?

@monolithMktg
Copy link
Author

monolithMktg commented Aug 28, 2024

What do you mean by shape keys animation? https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html Is it related to the sparse support?

Thanks for the reply. Yes, for vertex animations and/or morphing targets. I do see that Sparse Accessor and Morph Targets at the top of GLTFLoader.js as a To-do item. Would be nice if it gets added soon. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants