> Rough guess is that it's using the bounds rather then geometry to
> calculate the intersection. But that is a very rough guess. :)
>
> Jason.

        Hi Jason,

        This is what I did. For each Shape3D node I set this capability
        before making it live.
        PickTool.setCapabilities(childShape3D, PickTool.INTERSECT_FULL);

        For all the geometry's I set this capability
        geometry.setCapability(Geometry.ALLOW_INTERSECT);

        I also set this mode for the PickTool.
        pickTool.setMode(PickTool.GEOMETRY_INTERSECT_INFO);

        Is that alright? Or should I do something more?
        Thanks
        Tina

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