ddiakopoulos / tinyply

:earth_africa: C++11 ply 3d mesh format importer & exporter
598 stars 118 forks source link

Do not preload files when the file size is too large (>1.9GB). #68

Open zyqhnu opened 9 months ago

zyqhnu commented 9 months ago

When the file size is larger than 1.9 GB, the file will not be preloaded even if preload_into_memory = true. Closes #67