MeshIO.jl
MeshIO.jl copied to clipboard
STL output Bug
PLY output:

STL Output:

Very likely related to the fact that normals are not implemented for STL output:
https://github.com/JuliaIO/MeshIO.jl/blob/master/src/io/stl.jl#L15
n = normals[f][1] # TODO: properly compute normal(f)