Has anyone noticed a problem with the picking related node attributes in
J3d v1.2b1?  It seems that after setting a group node as unpickable
(setPickable(false);) its children are still being returned to picking
behaviors.  According to the 1.2 API spec:

<quote>
public void setPickable(boolean pickable)
public boolean getPickable()
        These methods set and retrieve the flag indicating whether this node can be
picked.  A setting of false means that this node and its children are all
unpickable.
</quote>

  Does this need to be set after adding the node to the scenegraph?  Is this
expected behavior?

thanks,
        -pete

[EMAIL PROTECTED]

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