> From: "Kraemer, Max, CTR" <[EMAIL PROTECTED]>
>
> I'm trying to write a behavior that allows the user to pick a point on the
> surface of a
> shape and returns the point that was picked. My hope was to find the
> intersection
> between the pick shape and the shape I want to pick. This is an ea
I'm trying to write a behavior that allows the user to pick a point on the
surface of a
shape and returns the point that was picked. My hope was to find the
intersection
between the pick shape and the shape I want to pick. This is an easy thing
to do
with Java 3D 1.2. However, I need to write t