Re: [JAVA3D] Picking points from a QuadArray

2004-08-03 Thread Claude Fuhrer
Le Mardi, 3 Août 2004 12.50, Mike Pilone a écrit : > Claude, Hi Mike, Thank you for your answer. > > You will want to look at the Picking utilities in J3D. There is some > information about this in the tutorial, and some decent documentation in > the Javadocs. > > You can perform a pick at the

Re: [JAVA3D] Picking points from a QuadArray

2004-08-03 Thread Mike Pilone
generate them yourself from the CVS. -mike -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Claude Fuhrer Sent: Tuesday, August 03, 2004 3:58 AM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Picking points from a QuadArray Le Mardi, 3 Août 2004

Re: [JAVA3D] Picking points from a QuadArray

2004-08-03 Thread Claude Fuhrer
Le Mardi, 3 Août 2004 10.35, Claude Fuhrer a écrit : > Hi all ! > > I've a simple application which displays a simple QuadArray. I have used > three behaviors (MouseRotate, MouseZoom and MouseTranslate) to modify the > view of this QuadArray. > > Now, i'm trying to pick some vertices of this QuadAr

[JAVA3D] Picking points from a QuadArray

2004-08-03 Thread Claude Fuhrer
Hi all ! I've a simple application which displays a simple QuadArray. I have used three behaviors (MouseRotate, MouseZoom and MouseTranslate) to modify the view of this QuadArray. Now, i'm trying to pick some vertices of this QuadArray with the mouse, to be able to change their position. But I'm