Hello. There is an anglelerp expression that uses the correct angle values. But is there an implementation of the same expression, only with cosp?
Develop games in your browser. Powerful, performant & highly capable.
Just use anglerotate() if you don't want the easing.
It will choose the closest angle, just like Tween.
You can use cosp inside anglelerp:
angleLerp(a0, a1, cosp(0,1,t))
newt, thank you
R0J0hound, wow! what I need!