> 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 easy thing
> to do
> with Java 3D 1.2. However, I need to write this behavior to work in an
> application
> written for IRIX (sgi's operating system). The latest version of Java 3D on
> IRIX is
> 1.1.3. Does anyone have an idea to get the intersection in 1.1.3?
You may be able to use the source to the 1.2 picking utilities to make some
better utilities for 1.1. You'll have to deal with 1.1 not having the PickCone
and PickCylinder classes, but otherwise the interfaces are very close.
Doug Gehringer
Sun Microsystems
===========================================================================
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".