Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

fix bug: Quaternion::LookAt #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix bug: Quaternion::LookAt #52

wants to merge 1 commit into from

Conversation

OttoX
Copy link

@OttoX OttoX commented Aug 31, 2021

issue: #50
The Matrix<T, 3>::LookAt function‘s implementation is correct. but Quaternion's LookAt Function should not be based on function Matrix::LookAt(...).
Here is the glm's implementation about quaternion lookat function.
https://github.com/g-truc/glm/blob/master/glm/gtc/quaternion.inl

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

Successfully merging this pull request may close these issues.

1 participant