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
I'm interested on knowing how squad and slerp extrapolate data outside of the minum and maximum times provided as input to them. As far as I can tell this is not documented and I haven't been able to find references to what happens in that case within the code itself.
Could you provide some advice on how that works?
The text was updated successfully, but these errors were encountered:
That's a good question. Unfortunately, at the moment I don't have any time to document this more thoroughly, but hopefully this will be enough:
Slerp is just linear interpolation, so it uses linear extrapolation. That is, the slerp function basically just does (approximately) this for any inputs:
Hi,
I'm interested on knowing how squad and slerp extrapolate data outside of the minum and maximum times provided as input to them. As far as I can tell this is not documented and I haven't been able to find references to what happens in that case within the code itself.
Could you provide some advice on how that works?
The text was updated successfully, but these errors were encountered: