microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
783 stars 150 forks source link

Add PLY import/export support to meshconvert #76

Open walbourn opened 1 year ago

walbourn commented 1 year ago

Common portable asset format .PLY.

https://en.wikipedia.org/wiki/PLY_(file_format)

http://paulbourke.net/dataformats/ply/

Public domain implementation: https://github.com/ddiakopoulos/tinyply

Source asset: http://graphics.stanford.edu/data/3Dscanrep/

walbourn commented 1 year ago

Community PR for adding PLY to UVAtlas to use for reference: https://github.com/microsoft/UVAtlas/pull/70

walbourn commented 5 days ago

The support needs to be opt-in and make use of tinyply via VCPKG instead of including a copy of the OSS source files which is hard to maintain over time.

https://vcpkg.io/en/package/tinyply