PickMouseBehavior is layered on top of PickObject, how does it not behave the
way that you expect?

Doug Gehringer
Sun Microsystems


> Subject: [JAVA3D] HELP: Picking
>
> I'm trying to do picking without extending PickMouseBehavior, but I
> haven't been able to get it to work.
>
> What I want to end up with is a method like:
>
> PickAt(x,y)
>
> that simply returns the closest picked object along the ray from (x,y)
> into the scene.
>
> I've tried using a PickObject, but that didn't work the way I expected.
> Anybody have any suggestions?
> All responses appreciated,
> -David

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