Skip to content

First stab at binary PLY reader

Max Orok requested to merge read-binary-ply into master

Add a basic binary PLY reader for triangle coordinates.

Doesn't support properties yet, but I hope to extend it.

I had to remove the replaceCommaByDot function because it was rewriting my inputs out from under me.

The commit has some pictures and file examples.

Merge request reports