You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm confused about the parameters of quaternion slerp function
Interpolating between two quaternions, it looks like a value of 1 for blend factor will return the 1st parameter and a value of 0 will return the 2nd value.
but the comments in code says the opposite:
For other types such as float4, the parameters are in the correct order.
Thanks.
The text was updated successfully, but these errors were encountered:
Benualdo
changed the title
Quaternion slerp parameters order? (x64)
Quaternion slerp parameters order?
Jan 8, 2025
Hmmm that sounds a bit odd but I think I don't use slerp in my codebase so it looks like it slipped my radar. I'll fix and add to the unit tests when I get a chance. Thanks for reporting!
Hi, I'm confused about the parameters of quaternion slerp function
Interpolating between two quaternions, it looks like a value of 1 for blend factor will return the 1st parameter and a value of 0 will return the 2nd value.
but the comments in code says the opposite:
For other types such as float4, the parameters are in the correct order.
Thanks.
The text was updated successfully, but these errors were encountered: