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

Load OBJ and 2DM parsing does not consider pointtype/normaltype/uvtype #77

Closed
GerhardHippmann opened this issue Oct 7, 2021 · 1 comment

Comments

@GerhardHippmann
Copy link
Contributor

For 2DM and OBJ load uses Float32 for parsing, regardless of pointtype/normaltype/uvtype. As a consequence data is rounded accordingly. For MSH Float64 is used.

For OFF, PLY and STL element types are considered as expected.

@sjkelly
Copy link
Member

sjkelly commented Jun 26, 2024

Fixed in #78

@sjkelly sjkelly closed this as completed Jun 26, 2024
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