First, I’m new to all this, so please be gentle…
I wrote a simple RCP application which incorporated the JOGL GEARS demo code. It runs fine, but the gears aren’t being rendered correctly. It is most noticable with the green gear (screen shot attached.) I based my code on the Eclipse / JOGL code snippet which has JOGL draw to an SWT GLcanvas: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet209.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
I have tried the code on both Linux and Mac platforms with the same results, but with one exception. I have a Linux system that is using an Xgl enabled desktop and the application works perfectly there :-\
If someone could possible point me in the right direction here I would be very greatfull!