Skip to content

Commit

Permalink
Merge pull request #9829 from Calinou/particles-no-physics-interpolation
Browse files Browse the repository at this point in the history
Document physics interpolation not being supported in 2D particles yet
  • Loading branch information
mhilbrunner authored Aug 29, 2024
2 parents 7f8387e + 1cb5f0a commit 4010ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorials/2d/particle_systems_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ This setting can be used to set the particle system to render at a fixed
FPS. For instance, changing the value to ``2`` will make the particles render
at 2 frames per second. Note this does not slow down the particle system itself.

.. note::

Godot 4.3 does not currently support physics interpolation for 2D particles.
As a workaround, disable physics interpolation for the particles node by setting
**Node > Physics Interpolation > Mode** at the bottom of the inspector.

Fract Delta
~~~~~~~~~~~

Expand Down

0 comments on commit 4010ab4

Please sign in to comment.