Generating a 3D mesh from a string in Python

284 views Asked by At

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.

1

There are 1 answers

0
IamTheWalrus On