raylib-rs icon indicating copy to clipboard operation
raylib-rs copied to clipboard

Updates from_euler parameter names to match raymath's QuaternionFromEuler

Open LoparPanda opened this issue 1 year ago • 3 comments

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.

LoparPanda avatar Jan 12 '24 22:01 LoparPanda

Can you change this pr to merge into the 5.0 branch?

Dacode45 avatar Feb 07 '24 03:02 Dacode45

Sure thing. Which branch would you like me to merge into? I didn't see an obvious one for 5.0.

LoparPanda avatar Feb 07 '24 06:02 LoparPanda

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.

o-dka avatar May 06 '24 08:05 o-dka