• Lerp interpolates in a straight line
• useful for interpolating positions
• Slerp rotates around (0,0)
• useful for interpolating directions
#unitytips
for small angles, it might be good enough, but for large angles, their directions actually deviate quite a lot
here they are superimposed!
💙 = Vector Lerp
💜 = Vector/Quaternion Slerp
❤️ = Quaternion Lerp
(oh hey accidentally matched colors to #BiVisibilityDay 🎉)
also included the normalized version of vector lerp in faded blue!