any examples of picking using JOGL?

Anyone know of where I can find some examples of picking using JOGL. I have examples using C, but I’m having a few diffuculties and looking for more in Java.

Any help much appreciated.

Picking example

It requires a couple of changes to use a direct IntBuffer instead of an int[] due to bug fixes in JOGL since the example was written, but it otherwise works.

You should also take a look at the gleem source code in the jogl-demos workspace, which implements a few Open Inventor-style 3D manipulators. These are used throughout the JOGL demos for interaction.