0

I am Looking for a way to turn a text string into a 3D mesh, that could then be further manipulated using relevant python libraries, such as pyMesh or open3D. I thought this should be a common feature but this proves more difficult than imagined.

IamTheWalrus
  • 594
  • 5
  • 14

1 Answers1

1

Found this create_text() function in Open3D's library:

http://www.open3d.org/docs/release/python_api/open3d.t.geometry.TriangleMesh.html#open3d.t.geometry.TriangleMesh.create_text

IamTheWalrus
  • 594
  • 5
  • 14