I have a problem about spherical linear interpolation, or slerp for short.
As linked, Wikipedia gives the following formula for an interpolation between quaternions q0 and q1 with a t parameter (between 0 and 1):
My misunderstanding here is about the t exponent. Before this formula, the same page displays:
qt = costΩ + v * sintΩ
But I'm not sure this is the formula to take to complete this one, nor how to find this Ω angle.
