ddiakopoulos / tinyply

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

Can I append write without read? #35

Closed lihao2333 closed 4 years ago

lihao2333 commented 5 years ago

I have a big ply file and I just want to add some points to it with out read the whole file.
Can I achieve this?

ddiakopoulos commented 4 years ago

Hi @lihao2333 - This is an interesting feature request but it's not something tinyply supports (or is likely to support in the future). However, I don't think this would be too hard to hack together in a fork. Let me know if you try!