|
|
|
|
|
by spacechild1
55 days ago
|
|
That's basically a one-pole low pass filter. You can use this for smoothing any kind of data that arrives at a steady rate. You can also dynamically calculate the filter coefficient based on the current delta time, which makes sure that the smoothing behavior is independent from the current framerate. |
|