PotreeConverter
PotreeConverter copied to clipboard
Show error on files with more than uint32_max points, not supported by laszip
LasZip does not support it. When using seek_point the index will be casted to uint32 and thus for large files will be seeking from the start of the file again resulting in both missing points and duplicate points.
See https://github.com/LASzip/LASzip/issues/76.