Re: [JAVA3D] Intersections

2000-08-07 Thread Doug Gehringer
> 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

[JAVA3D] Intersections

2000-08-07 Thread Kraemer, Max, CTR
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