Tristan F.-R.
Tristan F.-R.

Reputation: 4214

Sprite jitters when camera is smoothed

Whenever I move my 2D Camera around (when smoothing is enabled), the sprites seem to shake, which is visually distracting - is there any way to disable this?

Upvotes: 0

Views: 667

Answers (1)

Tristan F.-R.
Tristan F.-R.

Reputation: 4214

Godot 4

Enabling these two options should help you:

  • Snap 2D Transforms to Pixel
  • Snap 2D Vertices to Pixel

These options are under Project Settings, with "Advanced Settings" enabled in Rendering / 2D.

Godot 4 removed the old GPU Pixel Snap and replaced it with this to break it down into more specific GPU-agonistic options.

The two options of Snap 2D Transforms displayed under the Snap category

Upvotes: 1

Related Questions