Search found 3 matches

by fishbool
Wed Dec 30, 2015 8:47 am
Forum: Support and Development
Topic: MSAA smoothing movement?
Replies: 13
Views: 4017

Re: MSAA smoothing movement?

Does the jitter still happen if you make the window exclusive-fullscreen? i.e. love.window.setMode(width, height, {fullscreen=true, fullscreentype="exclusive"}) Nope, it seems to be quite smooth with exclusive fullscreen. In fact, I just tried simply re-sizing the window to 1920x1080 in w...
by fishbool
Tue Dec 29, 2015 10:20 pm
Forum: Support and Development
Topic: MSAA smoothing movement?
Replies: 13
Views: 4017

Re: MSAA smoothing movement?

I got this exact same problem and just disregarded it as a driver problem. I think this may indeed by a bug in 0.10.0 as this jittering, which also results in the outer pixels of images to spontaneously appearing and disappearing while moving. I will check if enabling MSAA fixes it and report back....
by fishbool
Tue Dec 29, 2015 2:04 pm
Forum: Support and Development
Topic: MSAA smoothing movement?
Replies: 13
Views: 4017

MSAA smoothing movement?

Hey all, I'm pretty new to love/lua and I'm working on a simple game using basic shapes (squares), but I've noticed that any movement of these shapes with vsync enabled is not smooth (the shapes seem to jitter a bit while moving). Disabling vsync fixes this problem, but the fps jumps to over 600. Th...