Re: SWT integration: NewtCanvasSWT or swt.GLCanvas?
Posted by
Wade Walker on
URL: https://forum.jogamp.org/SWT-integration-NewtCanvasSWT-or-swt-GLCanvas-tp4032683p4032691.html
aqd wrote
I have written new WorldWindowGLCanvas implementations for both *Canvas, and both are running fine though there are occasional black blinkings.
Usually in RCP when I'd see my canvas blink, it would end up being a window background redraw for some underlying window that I had forgotten to turn off :) Either that or some window would overlay my GL canvas by accident and cause a redraw event on it which I wouldn't handle correctly.