JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

STL output Bug #53

Open sjkelly opened 4 years ago

sjkelly commented 4 years ago

PLY output:

image

STL Output:

image

mdmaas commented 2 months ago

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)