I upgraded my project to using the most recent jsr231 code. Not too great a change, but some small refactoring required.
The trouble I have now is that I’m getting a lot of flickering on lit objects (they appear to ficker between correctly lit and completely unlit, with the diffuse color showing through) and I’m getting a bit of screen tearing as well. I didn’t have these problems with the previous jogl version.
I’m not sure what the problem is and I’m fishing for some ideas as to what might be causing the issue
It’s not the gfx driver - I’ve got the latest and I’ve compared running with an earlier version, and there’s no difference. I can’t go back to the earlier code either - my hard drive completely died, and the only version of the code I had left is a recent version I’d sent to work to check if the flickering showed there, too.
I know this isn’t enough information to diagnose anything, I’m hoping for some ideas as to what I can check because I’m stumped ;D
Thanks!