#Steering animation thing

1 messages · Page 1 of 1 (latest)

cosmic glacier
cedar ravine
#

for example I used this to solve the laggy animation for q.yaw_speed
v.yaw_speed_smooth = math.lerp(v.yaw_speed_smooth, q.yaw_speed, q.delta_time*7);