#Smooth Camera jitter movement

1 messages · Page 1 of 1 (latest)

modest elm
#

Hello, Does someone know by any chance how you can have no jittery look on the pixelart 2d sprites.

When i move around it jitters and looks very blurry.

modest elm
#

I thought myself that the pos smoothing could be the issue.

verbal beacon
#

Hello, I was having the same issue and found a comment on the tutorial that explained that the physics fps of the project is not the same as the refresh rate on your monitor. I believe the default is 60.

To change it, go to Project,

Project Settings,

on the side bar, scroll down to Physics and select common,

change the "Physics Tick per Second" to whatever your monitor refresh rate is.

This worked for me at least, hope this helps.

trim pebble
modest elm
trim pebble
#

okay, it was called process_callback and was extended by Camera2D @modest elm

modest elm
#

Ah will see if it works on 60 with that then.

trim pebble
modest elm
#

Thanks for the tip @trim pebble ! 😄

trim pebble
modest elm
# verbal beacon

Na i mean more in the way of this comment from coffee about the refresh rate thing and your fix both worked.

#

So now i just used them both and it works great!

#

even on 60 tick it worked good!

verbal beacon
trim pebble
modest elm