Hi folks,
I have a silly question but now I cant get with the answer. I want a button in my JOGL app that reset the point of view when the user press it. The problem is, from where do I get the gl object ?
In display, init, etc methods, we get it this way -> GL gl = autodrawable.getGL(), but now? the api spef says yoy shouldnt save it because multithreading.
Thank you in advance.