I just started with jogl, so I’m still a bit of a noob.
I’m currently doing a scientific visualization using jogl and currently have a 3d scatter of 3d balls on a graph. What I want to do know is when a user clicks on a ball some information about that ball appears in a pop up window.
My problem is that I can’t seem to get a current gl object when I’m in the mouseClicked method of my MouseListener subclass. I want to use the object selection technique which is on gametutorials.com. Is this the best way to go or is there something better?
If this has already been a post tell me, I went through them all but I must have missed it.
Thanks