JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Load OBJ and 2DM parsing does not consider pointtype/normaltype/uvtype #77

Closed GerhardHippmann closed 1 week ago

GerhardHippmann commented 2 years ago

For 2DM and OBJ load uses Float32 for parsing, regardless of pointtype/normaltype/uvtype. As a consequence data is rounded accordingly. For MSH Float64 is used.

For OFF, PLY and STL element types are considered as expected.

sjkelly commented 1 week ago

Fixed in https://github.com/JuliaIO/MeshIO.jl/pull/78