Have you set the capability ENABLE_PICK_REPORTING for the TGs? If not, you
won't get them.
Tony
-Original Message-
From: Shantz Family [mailto:shantzfamily@;ATTBI.COM]
Sent: 04 November 2002 23:46
To: [EMAIL PROTECTED]
Subject: [JAVA3D] picking problem with pickResult.getNode
Mike,
Not sure but I think you have to call
setCapability(Node.ENABLE_PICK_REPORTING) on your transform groups. This
will cause them to appear in the SceneGraphPath returned from the picking
operation. Afterwards, the getNode should work.
Ricardo
At 21:45 4/11/2002, you wrote:
I am picking in a scene graph that has the following structure of
TransformGroups with Links to a SharedGroup.
TG TG TG
| | |
L L L
\|/
SG
Shape
pickResult.getNode( pickResult.LINK)
works fine but
pickResult.getNode( pickResult.TRANSFORM_GR