Skip to content
Snippets Groups Projects
Commit c990bf66 authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

A minimalistic PLY file reader.

WARNING: This is a simplistic reader that can only handle one kind of
data formatting. The file must be a binary encoded following the
binary_little_endian format, there must be 3 floats per vertex, and 3
integer per face, nothing else. Any variation will result in a crash at
best.

Everything else I could find was super slow.
parent 674e5a61
No related branches found
No related tags found
1 merge request!9Rework the whole code for the upcoming publication.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment