MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

How can we save a list of static meshes to .obj, like we dispaly them using MeshViewer? #52

Open khushgrover opened 3 years ago

khushgrover commented 3 years ago
MeshViewer(static_meshes=[mesh1, mesh2, mesh3])

using this we can combine meshes and display them. My question is how do i save this combined form to a .obj format?

anjugopinath commented 1 year ago

I had the same question. Is there a known solution?