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

Can't slice binary PLY files #5

Open
Harvie opened this issue Jul 11, 2018 · 2 comments
Open

Can't slice binary PLY files #5

Harvie opened this issue Jul 11, 2018 · 2 comments

Comments

@Harvie
Copy link
Contributor

Harvie commented Jul 11, 2018

examples/ply.py seems to only work with ASCII PLY files, not with binary PLY.

@julienr
Copy link
Owner

julienr commented Jul 14, 2018

That's right and the parser is pretty minimal. I found python-plyfile which claim to support text & binary ply. I haven't tested it though.

I think it's better to use an already existing library if possible than writing a new ply binary parser from scratch.

@julienr
Copy link
Owner

julienr commented Jul 14, 2018

If the number of dependencies is a problem, it seems python-plyfile is a single file, so you could just copy/paste this in your project

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

No branches or pull requests

2 participants