Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PLY import/export support to meshconvert #76

Open
walbourn opened this issue Nov 6, 2022 · 2 comments
Open

Add PLY import/export support to meshconvert #76

walbourn opened this issue Nov 6, 2022 · 2 comments
Labels
tools Applies to meshconvert

Comments

@walbourn
Copy link
Member

walbourn commented Nov 6, 2022

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 walbourn added the tools Applies to meshconvert label Nov 6, 2022
@walbourn
Copy link
Member Author

walbourn commented Nov 6, 2022

Community PR for adding PLY to UVAtlas to use for reference: microsoft/UVAtlas#70

@walbourn
Copy link
Member Author

walbourn commented Oct 7, 2024

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

@walbourn walbourn assigned walbourn and unassigned walbourn Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Applies to meshconvert
Projects
None yet
Development

No branches or pull requests

1 participant