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_GROUP)
always returns null.

How can I get the TG?

Mike Shantz

===========================================================================
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".

Reply via email to