ops.... just a mistake for the message.... I was using packCanvas.pickClosest(); and also etNode( PickResult.TransformGroup);
SC -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Siew Ching Tan Sent: Monday, 11 February 2002 3:46 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Picking transformed object Hi all, I have tried to pick a Shape3D objects which are attached to a TransformGroup. It works fine for a simple scene graph. When I tried to pick on a more complicated scene graph, it picked multiple objects(after a few picks) instead of 1 objects. I was using pickClosest( PickResult.TransformGroup) and it is returning more than 1 scene graph path sometimes. It seems like it will remember the previous object being transformed. I have no idea of how to fix this error. Does anyone have any idea? thanks, SC =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
