Is time/originalTime possibly larger then 1 or smaller then 0?
edit for explanation:
Queternion.Lerp is a function that requires three parameters. A startrotation, an endrotation and time. Your third parameter, I see in your code, is "time/originalTime". For the function to work the third parameter has to be between 0.0 (in which case startrotation is returned) and 1.0 (in which case the endrotation is returned). If the time/originalTime you feed it is outside these bounds it wont work.
sorry I've read that back 10 times still not getting you, please elaborate. :D - c
sorry I've read that back 10 times still not getting you, please elaborate. :D - c
– Caiuse