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 root join when single bone skeleton #1030

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

pandaGaume
Copy link
Contributor

Both Babylon and GLTF does need a root node for the skeleton, which mean that the minimum of join into a skeleton is 2. One of the reason is we need a fallback to address vertex who does not hold any join influence ( weight 1,0,0,0 to join 0 ).
3DSMax is more permissive and let user define a single join skin.
This PR fix this issue, adding a root in this case.
note : second pr version, forgot a commit into the remote branch.

Add an additional root node when only one joint into skeleton
@pandaGaume pandaGaume changed the title Add root when bone single Add root join when single bone skeleton Feb 10, 2022
@bghgary bghgary merged commit 546d859 into BabylonJS:master Apr 11, 2022
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

Successfully merging this pull request may close these issues.

2 participants