For lack of a better word, my motion “shivers”.
I have just a smple little scroll going. Words and text just scroll across the bottom of the screen. The performance is great, no matter how much I dump anti-aliasing, tranparancy, whatever into the scroll. But as it moves alone, every so soften there is a little flicker. The text (well, it’s all just 2-d textures, not real “text”) seems to almost imperceptibly jiggle back and forth a little bit.
It’s not Garbage collection. I am watching the GC run and nothing major is going on there. It shouldn’t be frame rate. I’m scrolling it at less than 40 fps (limited with a Java util.Timer. It never even uses more than 10% CPU at the most.
I have tried everythign to fix it… Even merging all the images into one huge texture, playing with double buffering (even forcing swapBuffers)… no good.
Any ideas?
Oh, and just to add soemthign, when the mouse enters and exits the window, the entire thing jumps like crazy for a second. Could that be related?