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

exporting the mixamo character with armature without any animation as glb file. #280

Closed
streak17 opened this issue Jan 6, 2022 · 2 comments
Labels

Comments

@streak17
Copy link

streak17 commented Jan 6, 2022

I was trying to export a mixamo character as glb file to use in three.js for a project. but I am unable to do it.
I can't see the skeleton after enabling the skeleton in gltf viewer and also the scale is changed of the character.

below are the image of blender

blender
g

the viewer
viewer
:

and the errors showing in validator.
errors

and please any one can send me some link or something so I can do this(tutorial).

thank you, please help.

Note: I just want skeleton (bones) for rigging , not animations.

@donmccurdy
Copy link
Owner

The reason the model appears so large is #147 – that's a viewer bug, not a problem with the model itself. I can't tell from these screenshots whether the armature/skeleton is correctly exported or not, it might be OK even though you don't see it in the viewer.

The warnings about non-normalized weights are floating point errors. That's a minor bug in whatever software exported the model, but shouldn't affect rendering. Finally, note that the model uses 8 weights per vertex. Most implementations support only four, and the difference may or may not be noticeable when you begin to animate the model. Blender has an export option to include only the highest four weights.

@MoppyDev
Copy link

I'm still confused on how to fix this issue? Is there any workarounds to get the model viewed appropriately?

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

No branches or pull requests

3 participants