cnr-isti-vclab / nexus

Nexus is a c++/javascript library for creation and visualization of a batched multiresolution mesh
GNU General Public License v3.0
213 stars 86 forks source link

Export to .STL? #161

Closed RichiH closed 8 months ago

RichiH commented 10 months ago

Are there any plans to support export to .STL? It's the standard for printing, these days.

I did see https://github.com/cnr-isti-vclab/nexus/issues/54 but would prefer .STL as else I will need to find and use a .PLY -> .STL converter for every single file.

ponchio commented 8 months ago

Stl output format is now supported (just using the filename extension).