Skip to content

Fixed CR LF newline handling for binary file headers.

Alexander Dielen requested to merge PLYNewlineFix into master

The PLYReader did not handle CR LF newlines correctly, which caused it to read the vertex data 2 bytes too early.

Merge request reports