I'm trying to display a .glb file with Trimesh library. If I only do trimesh.load("model/path/"), it doesn't show all the elements on the scene, just one and it has 50. But if instead I load the model with trimesh.load("model/path/", force='mesh') it shows all and I really need it just as a scene. I checked and it's loading all the vertices and faces of each mesh and also with Blender seems just fine. What's happening and how should I fix it.
Asked
Active
Viewed 234 times