Jump to content

Artifacts when renderer width is an odd number


part1cle
 Share

Recommended Posts

 Is there a proper way to prevent this from happening?

No, only workarounds, because that is a combination of many small settings.

first you have to check if number of pixels and css width is the same in those cases for you, maybe resize went wrong

then, if you used width/2 for camera-  that might be a problem, sprites at half-integer screen coords, set "roundPixels=true" for those sprites, maybe it helps , but no guarantees

there are several other small things that can fix that

the idea is to use one of stupid workarounds, like, "dont resize to odd numbers, always use even" , or "always floor() your camera pivot coords"

"proper way" is to actually understand why all that is happenning and write your code cleanly according to absolute knowledge that only a few pixi people have.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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