Galaxtone
Galaxtone
With durations, e.g., ``` while true do angle = angle + (math.pi / 4) box.setPosition(math.cos(angle), math.sin(angle), 10) sleep(10) end ``` moving 45 degrees every 10 seconds, it would interpolate linearly...
@Lemmmy I'm not trying to ask for linear interpolation specifically, I just want to bring up the topic of interpolation for consideration of easing implementations. Off the top of my...
Self-compilation?
Bump