Hey
I have alot of flickering on our applets (Below) and only on newer OS Xs. This happens in firefox,Chrome,safari and opera.
http://gosupermodel.com/createmodel/
Any workarounds, like own double buffering?
Hey
I have alot of flickering on our applets (Below) and only on newer OS Xs. This happens in firefox,Chrome,safari and opera.
http://gosupermodel.com/createmodel/
Any workarounds, like own double buffering?
It seems to happen if you use any direct rendering with Java2D.
Yep we have that alot, but what todo.
not much you can do atm (not sure Apple even intend to fix it anytime soon), its either get rid of the direct rendering or render your content on a pop out window (i.e. something not embedded in the web page like a JFrame, Frame, etc) or if possible switch to using something like LWJGL applets (which do their own hardware rendering therefore bypass the issue altogether).