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

Fix identity matrix check #5445

Merged
merged 8 commits into from
Feb 6, 2024
Merged

Fix identity matrix check #5445

merged 8 commits into from
Feb 6, 2024

Conversation

fvbj
Copy link
Contributor

@fvbj fvbj commented Jan 30, 2024

Adds an extra epsilon value to check the matrix4x4 identity. The method is also used to export to GLTF/GLTF2 format to check node transformation matrices. The epsilon value can be set using AI_CONFIG_CHECK_IDENTITY_MATRIX_EPSILON with the default value set to 10e-3f for backward compatibility of legacy code.

fvbj and others added 3 commits January 30, 2024 16:05
Adds an extra epsilon value to check the matrix4x4 identity. The method is also used to export to GLTF/GLTF2 format to check node transformation matrices. The epsilon value can be set using AI_CONFIG_CHECK_IDENTITY_MATRIX_EPSILON with the default value set to 10e-3f for backward compatibility of legacy code.
@fvbj
Copy link
Contributor Author

fvbj commented Feb 6, 2024

Link to the issue #5455

@kimkulling kimkulling merged commit 2d98f6a into assimp:master Feb 6, 2024
8 checks passed
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants