raylib-rs
raylib-rs copied to clipboard
Updates from_euler parameter names to match raymath's QuaternionFromEuler
This change reflects the fix done in https://github.com/raysan5/raylib/issues/1651. I found from_euler was not behaving as expected when changing yaw, pitch, and roll for a 3d camera. When I provide values in the the same order now used in raymath (pitch, yaw, roll), rotation behavior is as expected.
Can you change this pr to merge into the 5.0 branch?
Sure thing. Which branch would you like me to merge into? I didn't see an obvious one for 5.0.
Sure thing. Which branch would you like me to merge into? I didn't see an obvious one for 5.0.
Hello, I think what they meant is to merge this pr into this branch , it's on a different repository.