-
Notifications
You must be signed in to change notification settings - Fork 119
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
Catch Exception on Ascii Ply #59
Comments
The "unexpected EOF. malformed file?" exception happens when opening a well-formed ASCII file, such as this file: https://people.sc.fsu.edu/~jburkardt/data/ply/airplane.ply. |
Note; parsing of ASCII PLY files is not benchmarked as ASCII support in tinyply 2.3 seems to be broken (ddiakopoulos/tinyply#59).
Hello. |
okay, I have some more information:
in tinyply.h line 544... |
Hello,Is there anythong wrong in the new commit?
I just clone the repository and run the example but got exception when reading
example_cube-ascii.ply
:Same exception occured when I try another ascii ply.
I compiled the code on windows msvc/wsl2 and no one was spared.
The text was updated successfully, but these errors were encountered: