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

fix bug: Quaternion::LookAt#52

Open
OttoX wants to merge 1 commit intogoogle:masterfrom
OttoX:master
Open

fix bug: Quaternion::LookAt#52
OttoX wants to merge 1 commit intogoogle:masterfrom
OttoX:master

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

1 participant