Hello there. it’s a long while since i started searching cause and solution of this problem. That said, even searching on this forum, i couldn’t find anything. heck, i am struggling on even finding a definition of the problem! xD
So, let me explain. I got a game where the scene can be zoomed in/out.
so i scale the scene. and the sprites ( and all the things drawn with Graphics) go bananas.
here’s an example on a sprite placeholder for the floor tiles
and here’s the result when i render it, after i zoomed out
of course when the camera moves it’s even more horrible T_T
the problem happens with both i methods i know to scale images/things into slick2d:
-g.scale(f1,f2) on the rendering block;
-calculating position and size of the game entities relative to the zooming value ( we used this because we did not know about the g.scale feature);
i hoped the problem was caused by our code, but since even the first method causes the same problem, i am clueless :\
yes, i already tried to disable/enable vSynch. yes, i already tried enabling/disabling anti aliasing. and yes, i even tried setFilter(Image.FILTER_NEAREST).
i would even be ok with knowing the definition of this glitch, if it has any thank you for your patience on reading this and eventually freeing me from the frustration of this problem