Hey there,
I did know a little about JOGL a while back, but now I’m starting again and I’ve came across a little problem,
I want to take use a GLJPanel but I want to take control of the displaying myself, rather than calling display() or something.
I was wondering if there was something similar to the getGraphics() method in a regular JPanel, where i can get either a GL object or the GLAutoDrawable.
I’m not sure that the getGL() method in GLJPanel is quite what I’m after.
Thanks!
Mal.