We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g.
adding a vertex
"Pos.m_Value[0] = 0.0; Pos.m_Value[1] = 1.0; Pos.m_Value[2] = NAN;
to a mesh does not throw an exception.
Neither does writing the model to file cause an error or warning. Instead, the file will contain
Similar goes for reading 3MF files with NaN in them.
This needs to be changed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g.
adding a vertex
to a mesh does not throw an exception.
Neither does writing the model to file cause an error or warning.
Instead, the file will contain
Similar goes for reading 3MF files with NaN in them.
This needs to be changed.
The text was updated successfully, but these errors were encountered: