You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
g
the viewer

:
and the errors showing in validator.

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.
The text was updated successfully, but these errors were encountered: