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

Better morph target support #63

Open
mgsx-dev opened this issue Jan 17, 2022 · 0 comments
Open

Better morph target support #63

mgsx-dev opened this issue Jan 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mgsx-dev
Copy link
Owner

As per specification :

The number of morph targets is not limited. Client implementations SHOULD support at least eight morphed attributes. This means that they SHOULD support eight morph targets when each morph target has one attribute, four morph targets where each morph target has two attributes, or two morph targets where each morph target has three or four attributes.

For assets that contain a higher number of morphed attributes, client implementations MAY choose to only use the eight attributes of the morph targets with the highest weights.

gdx-gltf currently only supports up to 8 morph targets, and it crash when using more. So it needs to have at least a clear error message.

@mgsx-dev mgsx-dev added the bug Something isn't working label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant