-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel Sprite render issue #7018
Comments
Hi @Oxey405, thanks for taking the time to report this.
With this parameter set at values around 5-10, the glitches appear when the view is "dezoomed": the greater the parameter, the more you have to zoom out for them to appear. I'm not sure how to continue with this. Maybe we should drop the current rendering methods (patchwork of sprites and tiling sprites) and use a tilemap instead (this issue does not seem to appear with tilemaps). |
Yes I think this pretty much sums up the technical part... @Bouh suggested it might be a PIXI-relared issue so I'll try to replicate it using just PIXI to see if it's about gdevelop's implementation or PIXI itself |
I think that's a good idea. It would be a great starting point to report something to them if the issue actually comes from them. |
Is there an existing issue for this?
Describe the bug
As described in #6210 there is an issue in how the panel sprites are rendered when scaled
You can observe some artifacts on the following screenshot took at 0.5 zoom
The artifacts seem to depend on the position of the camera...
Steps to reproduce
I have made an example project to better explore thie issue
9PatchBugExemple.zip
GDevelop platform
Desktop
GDevelop version
5.4.213 // latest
Platform info
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: