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 Exporter #13507

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Add PLY Exporter #13507

merged 1 commit into from
Mar 7, 2018

Conversation

gkjohnson
Copy link
Collaborator

Hey! I had to write a PLY exporter, so I figured I'd contribute it back to the THREE exporter examples folder. It outputs ascii PLY-formatted files that can then be re-imported with the existing PLY-Loader. The dev repo is here: https://github.com/gkjohnson/ply-exporter-js.

Limitations

  • Can only export ascii-formatted data (no binary format support).
  • No ability to export custom attributes.
  • Synchronous.
  • Missing geometry attributes are not automatically excluded.

@gkjohnson gkjohnson changed the title Add a PLY Exporter Add PLY Exporter Mar 6, 2018
@mrdoob mrdoob added this to the r91 milestone Mar 7, 2018
@mrdoob
Copy link
Owner

mrdoob commented Mar 7, 2018

Very nice!

@mrdoob mrdoob merged commit 45241af into mrdoob:dev Mar 7, 2018
@mrdoob
Copy link
Owner

mrdoob commented Mar 7, 2018

Thanks!

@gkjohnson gkjohnson deleted the ply-exporter branch May 15, 2019 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants