Try using such function as getPixelLocationInImagePlate of Canvas3D
class. Explanations are inside of Canvas3D official documentation.

Possibly this could be a useful hint.

vladimir

> Kehagias Dionisis wrote:
>
> Does anyone have any idea about how an event that occures on a 2D
> Canvas can
> interact with an object in a 3D Scene Graph ?
> For example , when I move a point on a X-Y plane (2D Canvas) using a
> Mouse(Motion)Event I want a point that
> is rendered by Java3D as a small Sphere to be translated to the
> location whose
> X  and Y coordinates are determined by the location of the point on
> the 2D Canvas .
> I tried to create a Behavior that listens to AWTEvent but I think that
> it works only when an Event occurs on the 3D Canvas .
> The two objects - 2D Canvas and 3D Canvas reside on the same window .
>
> Thanks !

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