From 3faa26fadf88346256b2c07c6eba19381cf00c15 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 18 May 2020 21:58:01 +0200 Subject: [PATCH] Mention lawnjelly's smoothing add-on in Fixing jitter and stutter --- tutorials/misc/jitter_stutter.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/misc/jitter_stutter.rst b/tutorials/misc/jitter_stutter.rst index 0068aab91..5c7d4edea 100644 --- a/tutorials/misc/jitter_stutter.rst +++ b/tutorials/misc/jitter_stutter.rst @@ -40,6 +40,12 @@ time sources (one is processed in the physics step while another is processed in improvements to this, from allowing kinematic bodies to be animated in the regular _process loop, to further fixes in the frame timer. +.. note:: + + You can use physics interpolation to mitigate physics-related jittering. + See `lawnjelly's smoothing-addon `__ + for an add-on that can be dropped into any project to enable physics interpolation. + Stutter -------