You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running save("test.ply", mesh) where mesh.texturecoordinates is set to something nonempty, the resulting file does not contain any texture coordinates, there is no warning produced, and looking at https://github.com/JuliaIO/MeshIO.jl/blob/master/src/io/ply.jl, MeshIO doesn't seem to be aware of them.
The text was updated successfully, but these errors were encountered:
When running
save("test.ply", mesh)
wheremesh.texturecoordinates
is set to something nonempty, the resulting file does not contain any texture coordinates, there is no warning produced, and looking at https://github.com/JuliaIO/MeshIO.jl/blob/master/src/io/ply.jl, MeshIO doesn't seem to be aware of them.The text was updated successfully, but these errors were encountered: