Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Transform and export TriangleMeshModel

Open carlos-vl opened this issue 3 years ago • 2 comments

Checklist

Proposed new feature or change

With the latest development wheel, I am able to properly read complex models with multiple parts and textures in .glb format using the method read_triangle_model. I would like to be able to transform such a complex model like it can be done for TriangleMesh objects (e.g., scale, translate, rotate, decimate it), and then export the transformed model to another .glb or .obj file. So far I can access the individual meshes and transform them separately, and I can then properly visualize the transformed model. However, I am not able to export the result again as .glb or .obj

References

No response

Additional information

No response

carlos-vl avatar Sep 15 '22 14:09 carlos-vl

Bump on this one. I have a complex obj model with groups (in obj) materials and textures. I can load them and manipulate them, but I can't export them.

meJevin avatar Jul 13 '23 13:07 meJevin

Hey! How did you access individual meshes in the model?

sofi-algoritcom avatar Jul 03 '24 12:07 sofi-algoritcom