JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Ply normals #91

Closed spelufo closed 2 weeks ago

spelufo commented 1 month ago

Hi. This PR adds normals reading/writing for ply files.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 73.13433% with 18 lines in your changes missing coverage. Please review.

Project coverage is 77.56%. Comparing base (1dfb00f) to head (413a70a).

Files Patch % Lines
src/io/ply.jl 73.13% 18 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## ========================================== - Coverage 78.93% 77.56% -1.38% ========================================== Files 10 10 Lines 527 575 +48 ========================================== + Hits 416 446 +30 - Misses 111 129 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sjkelly commented 2 weeks ago

Thanks!