Jump to content

Blurry sprites at 60+FPS with camera lerp


killerderic
 Share

Recommended Posts

Hi there !

I got some blurry simple sprite movement when moving and having a camera lerp. It's only when I use more than 60FPS ( 144 exactly ) ( set up with this.game.time.desiredFps = 144; )

So i tried to block at 60 FPS with this.game.time.desiredFps = 144; but I got some ghosting like effect. It's really easy to see it on this example : http://phaser.io/examples/v2/p2-physics/kill-and-revive

Anyone got an idea to avoid the blur or the ghosting ? That would help me so much :)

Link to comment
Share on other sites

1 hour ago, killerderic said:

Hi there !

I got some blurry simple sprite movement when moving and having a camera lerp. It's only when I use more than 60FPS ( 144 exactly ) ( set up with this.game.time.desiredFps = 144; )

So i tried to block at 60 FPS with this.game.time.desiredFps = 144; but I got some ghosting like effect. It's really easy to see it on this example : http://phaser.io/examples/v2/p2-physics/kill-and-revive

Anyone got an idea to avoid the blur or the ghosting ? That would help me so much :)

Do you mean screen tearing?

Example: E1n1FSo.gif

If not then I cant seem to find anything wrong with the example.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...