Hendrik,
Thanks for reporting this bug. It will be fixed in 1.2.1beta2.
thanks,
Chien Yang.
Java 3D Team.
> X-Accept-Language: de
> MIME-Version: 1.0
> Date: Mon, 27 Nov 2000 15:35:20 +0100
> From: Hendrik Schl�ter <[EMAIL PROTECTED]>
> Subject: [JAVA3D] bug in PickCylinderSegment class
> To: [EMAIL PROTECTED]
>
> Hi.
>
> I'm pretty sure there's a bug in the javax.media.j3d.PickCylinderSegment
>
> class of J3D 1.2.1 beta1. I couldn't find anything related in the bug
> database.
>
> I encountered some strange problems with my collision detection picking
> and after a lot of wondering and some testing I found out that the
>
> PickCylinderSegment.set( Point3d start, Point3d end, double radius)
>
> method does not set the internal end value whereas the constructor does.
>
> Try the attached piece of code and you should see.
> For me it's output looks like this:
>
> start in: 1.0/1.0/1.0
> end in: 2.0/2.0/2.0
>
> end out after set method: 0.0/0.0/0.0
>
> end out after constructor: 2.0/2.0/2.0
>
>
> I think the last two lines should look the same ... ;)
>
> Bye,
>
> Hendrik
===========================================================================
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".