MeshIO.jl icon indicating copy to clipboard operation
MeshIO.jl copied to clipboard

STL output Bug

Open sjkelly opened this issue 6 years ago • 1 comments

PLY output:

image

STL Output:

image

sjkelly avatar Dec 22 '19 17:12 sjkelly

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)

mdmaas avatar Apr 12 '24 02:04 mdmaas