Import GLB has a Bug

Import GLB fails for this very simple mesh: trimesh/cube.glb at master · mikedh/trimesh · GitHub

image

This cube works in Blender

Your file has an error:

1 Like

Have you tried it in Blender? It works there but why not in BJS though

It may work in Blender and in other tools because they don’t stop on the error.

But the error still exists and should be corrected as the file is not a valid glb file so Babylon (and likely some other tools) stops parsing the file further.

Ok thanks Evgeni!