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(Matrix4): Fix matrix calculation error of lookAt #231

Merged
merged 4 commits into from
Jun 28, 2023

Commits on Jun 26, 2023

  1. fix(Matrix4): Fix matrix calculation error when executing the lookAt …

    …function from a special angle(90/270)
    
    Fix matrix calculation error when executing the lookAt function from a special angle(90/270).
    hellmor committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9246fa9 View commit details
    Browse the repository at this point in the history
  2. fix(Quaternion): fix euler angle calc.

    Delete the wrong Euler angles calculation method
    hellmor committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    46d06c3 View commit details
    Browse the repository at this point in the history
  3. fix(Quaternion): fix euler angle calc.

    Delete the wrong Euler angles calculation method
    hellmor committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e6715eb View commit details
    Browse the repository at this point in the history
  4. fix(Quaternion): delete wrong method.

    Delete the wrong Euler angles calculation method.
    hellmor committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e1193ca View commit details
    Browse the repository at this point in the history