John,
        The only outstanding bug we've on picking util. in 1.2FCS is :

BugId 4336095 : Picking using GEOMETRY_INTERECT_INFO fail on strip/fan geometry.
This bug fail to check for intersection on the last triangle in the geometry.
It will be fixed in the next Java 3D release.

If you think you've found a new picking bug, please send us a test program.
We appreciate your support and feedback on Java 3D.  Keep it coming!

Thanks,
        Chien Yang
        Java 3D Team.



> From [EMAIL PROTECTED] Mon May 22 07:43:14 2000
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
> Importance: Normal
> Date:         Mon, 22 May 2000 07:04:55 -0700
> From: "John A. Tenney" <[EMAIL PROTECTED]>
> Subject:      Re: [JAVA3D] New picking semantics in 1.2
> To: [EMAIL PROTECTED]
>
> I had similar problems, and my conclusion was that it performs a
> "pickRandomly" type of function. So I moved back to the old PickObject API,
> which at least seems to work. Has there been a bug report about this? I
> didn't report it because I saw so many people in this group complaining
> about picking that I thought this obvious one must have been covered...
>
> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dvorak, Daniel J.
> Sent: Monday, May 22, 2000 4:17 AM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] New picking semantics in 1.2
>
>
> After upgrading to 1.2 I got deprecation messages about my picking code, and
> decided to change it to comply with the newest API.  I used pickClosest
> before, and since there's a method with the same name, expected it to work
> the same way (i.e. - get a reference to the first node in the scene graph
> intersected by the pick ray), like the documentation seems to state.
>
> It seems that pickClosest actually sorts the intersected objects backwards,
> meaning it is actually "pickFarthest".  Can anyone verify?  If so, is there
> a workaround?
>
> Daniel
>
> ===========================================================================
> 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".
>
> ===========================================================================
> 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".
>

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