Search found 5 matches

by jeto143
Fri Sep 20, 2013 2:23 pm
Forum: Support and Development
Topic: Graphical glitch when rescaling
Replies: 10
Views: 4273

Re: Graphical glitch when rescaling

edit: disregard the post below. I was scaling before translating... my bad! Thanks, but unfortunately that doesn't seem to fix it, at least using Advanced Tiled Loader: https://dl.dropboxusercontent.com/u/22034496/scale_glitch_2.love I'm using a scale value of 2.125, and the map has 32x32 tiles. 32...
by jeto143
Fri Sep 20, 2013 7:56 am
Forum: Support and Development
Topic: Graphical glitch when rescaling
Replies: 10
Views: 4273

Re: Graphical glitch when rescaling

markgo wrote: - Use integer scales
That's what I was missing I guess. Can't test it right now, but I suppose that's it. Integers are pretty brutal scale levels though, I must say...
by jeto143
Thu Sep 19, 2013 4:14 pm
Forum: Support and Development
Topic: Graphical glitch when rescaling
Replies: 10
Views: 4273

Re: Graphical glitch when rescaling

OK, there you go: https://dl.dropboxusercontent.com/u/22034496/scale_glitch.love (Tried to attach it here but got "Sorry, the board attachment quota has been reached.", even though it's like 600KB...) You can play around with scale level (mouse buttons) and translation (arrow keys) but I'v...
by jeto143
Thu Sep 19, 2013 3:27 pm
Forum: Support and Development
Topic: Graphical glitch when rescaling
Replies: 10
Views: 4273

Re: Graphical glitch when rescaling

I'm actually using a map from Tiled, loaded through Advanced Tiled Loader (ATL). So I'm not actually calling draw myself. I tried the math.floor thing within ATL itself (I don't really want to alter external libs I'm using though so hopefully something like this isn't needd), didn't seem to solve th...
by jeto143
Thu Sep 19, 2013 2:14 pm
Forum: Support and Development
Topic: Graphical glitch when rescaling
Replies: 10
Views: 4273

Graphical glitch when rescaling

Hello, First, I would like to say I'm fairly new to LÖVE and enjoying it a lot. The community also seems great! So I've been screwing around with the framework and came across a pretty annoying glitch when zooming in/out (rescaling) the view, as you can see on the image below: q1Eo7D9.jpg The border...