Skip to content
  • Jean-Yves TINEVEZ's avatar
    A minimalistic PLY file reader. · c990bf66
    Jean-Yves TINEVEZ authored
    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.
    c990bf66