Export to 3D Model #512
Unanswered
JohnPiwinski
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the kind words 🙏 Exporting 3D models was actually one of the ideas for three-d-asset, but unfortunately, it's not supported yet (see asny/three-d-asset#43). However, the if you only need vertices, normals and indices, it should be fairly simple to export using for example stl_io. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does there exist a feature to export a generated mesh to an stl or obj model?
I have used your excellent library to make visualizations for my math courses.
I was hoping to make some 3D models of platonic solids and curved surfaces on a 3D printer. Although, there are existing models on the internet, I was hoping to add labels to the faces, which would be quite tedious in modeling software. I wrote a Rust program that calculates the vertices and embosses a number into each face.
The shape that I'm turning into a triangle mesh.
Do you have a suggestion for how I could go about exporting a mesh file from an object in three-d? I'm not much of a programmer, so any and all help would be greatly appreciated.
Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions