[JAVA3D] Picking inaccuracy

2003-08-14 Thread P Watson
Hi, I was hoping someone may be able to help. I have a primitive box vrml file which I have loaded into my Java3d scene and I would like to click on it to get the x,y,z coords. The x and y coords provided seem fine but I don't understand why the Z coordinate seems to vary between -1 & 1 dependin

Re: [JAVA3D] Picking inaccuracy

2003-08-14 Thread P Watson
:53 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Picking inaccuracy P Watson wrote: > Hi, > > I was hoping someone may be able to help. > I have a primitive box vrml file which I have loaded into my Java3d > scene and I would like to click on it to get the x,y,z coords. The x

Re: [JAVA3D] Pick Behavior problem

2003-08-02 Thread P Watson
Paul -Original Message- From: P Watson [mailto:[EMAIL PROTECTED] Sent: Fri 01/08/2003 13:23 To: [EMAIL PROTECTED] Cc: Subject: [JAVA3D] Pick Behavior problem Hi

[JAVA3D] Pick Behavior problem

2003-08-01 Thread P Watson
Hi I was wondering if someone can shed some light on a problem. I have a shape whitch i have placed on a canvas and which i would like to add another shape to join onto it. I have a pick routine which provides the x,y,z coords but unfortunately causes an error when i

Re: [JAVA3D] 3D line to 3D tube

2003-07-24 Thread P Watson
I think you need an extrusion node Paul Watson (Senior Design Consultant) www.rcid.ncl.ac.uk Resource Centre for Innovation in Engineering Design Bruce Building University of Newcastle Upon Tyne Newcastle Upon Tyne NE1 7RU, UK Tel: 0191 222 5306 -Original Message- From: Chris Fenton [mai

Re: [JAVA3D] Object detection

2003-06-04 Thread P Watson
[i].getObject();  Object shapeSelected = shapeClicked.getUserData(); greetz Martin   - Original Message - From: "P Watson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:08 AM Subject: [JAVA3D]

[JAVA3D] Object detection

2003-06-03 Thread P Watson
Hi, I am wondering if anyone can help me. I have loaded a vrml file into my Java3D scene, assign a setUserData method to the branchgroup with a relative name. I have a separate pick routine that i would like to detect what object i have selected by using the getUserData method. The problem is tha