sgenoud / replicad

The library to build browser based 3D models with code.
https://replicad.xyz
MIT License
323 stars 38 forks source link

Enhancement: generate UV for mesh #62

Open nine-fox opened 1 year ago

nine-fox commented 1 year ago

Currently, mesh() call will only generate vertices, normals, triangles, and faceGroups. As far as I can see, opencascade can generate UV Node too. Would you like to export uv information, please?

thanks