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

error while reading ascii PLY files #51

Open
PerspectivesLab opened this issue Sep 26, 2021 · 2 comments
Open

error while reading ascii PLY files #51

PerspectivesLab opened this issue Sep 26, 2021 · 2 comments

Comments

@PerspectivesLab
Copy link

PerspectivesLab commented Sep 26, 2021

hi there,
i am exporting from 3dsmax in the ply format, for each ply export in cant read the ascii file, tinyply generates an error
teapot_ascii.zip

you will find joind an example file
the error is generated at:

template<typename T> void ply_cast_ascii(void * dest, std::istream & is)
{
    *(static_cast<T *>(dest)) = ply_read_ascii<T>(is);
}
@ddiakopoulos
Copy link
Owner

Thank you @PerspectivesLab I will take a look

@PerspectivesLab
Copy link
Author

@ddiakopoulos Hi ! do you comfirm the bug from the file joined ? thanks

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