engine icon indicating copy to clipboard operation
engine copied to clipboard

Incoherency among lerp functions

Open NewboO opened this issue 1 year ago • 0 comments

I noticed math.lerp is clamped but VecX.lerp and Quat.slerp aren't. I don't know if there's a way to fix this without breaking lots of projects but if you use easing functions like back or elastic, it gives unexpected results when tweening a single float compared to tweening a whole vector.

NewboO avatar Jan 19 '24 11:01 NewboO