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
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
Came across this: if you have two rigging setups in a scene (doesn't matter if the second one is actually parenting any mesh), the resulting exported glTF will either show some distorted geometry (displaced polys), or will directly discard some geometry. Once the second setup is removed from the scene, every mesh will export and render as expected. I understand the glTF spec supports multiple skeletons in the same scene.
Steps to reproduce:
Create any 2 meshes
Create 2 armatures
Make any armature the parent of any mesh with automated weights
Either do the same with the unparented armature/mesh pair, or don't.
Export to glTF with the "export skinning" and "export all layers" checkboxes selected (and "export selection only" unchecked, just to make sure).
A-Frame doesn't render anything, same as with BabylonJS viewer.
If you need any more info please let me know. I tried other models with wildly different topologies, applied materials etc, and the results slightly vary but are always the same: either some geometry gets distorted or discarded.
Here's both the .blend and glTF files I tested this with: rigging_glTF.zip
The text was updated successfully, but these errors were encountered:
Hello there!
Came across this: if you have two rigging setups in a scene (doesn't matter if the second one is actually parenting any mesh), the resulting exported glTF will either show some distorted geometry (displaced polys), or will directly discard some geometry. Once the second setup is removed from the scene, every mesh will export and render as expected. I understand the glTF spec supports multiple skeletons in the same scene.
Steps to reproduce:
Here's my Blender (v2.79) view:
Here's @donmccurdy's glTF viewer:
Here's BabylonJS viewer:
A-Frame doesn't render anything, same as with BabylonJS viewer.
If you need any more info please let me know. I tried other models with wildly different topologies, applied materials etc, and the results slightly vary but are always the same: either some geometry gets distorted or discarded.
Here's both the .blend and glTF files I tested this with: rigging_glTF.zip
The text was updated successfully, but these errors were encountered: