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

Speed up Mat4.recompose #46

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Speed up Mat4.recompose #46

merged 2 commits into from
Mar 6, 2024

Conversation

fabioarnold
Copy link

@fabioarnold fabioarnold commented Mar 5, 2024

Closes #43

  • Add Quaternion.toMat3
  • In Mat4.recompose set components directly and skip the 2 matrix multiplications

@fabioarnold fabioarnold changed the title recompose: set components directly and skip 2 matrix muls Speed up Mat4.recompose Mar 5, 2024
@kooparse kooparse merged commit 1ab7f25 into kooparse:main Mar 6, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

Speed up Mat4.recompose
2 participants