Hi Ali,

What do you mean by selecting the Java3d objects?

if you mean to highlight/rotate/?.. the java3d objects in your scene, you
can do it programatically by traversing the Scene Graph for your type of
objects( you can categorise the Java3d shapes if you need by extending the
Shape3D class and keeping a 'type' or 'id', or select one special Java3d
object out of all objects ) and by changing the RenderingAttribute attached
to it/each of them.

thanks
anirban


----- Original Message -----
From: "A. Murat Tanyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 4:47 PM
Subject: [JAVA3D] selecting objects within mouse windows


> Hi all;
>
> I want to select the Java3D objects by opening a window by mouse. Is
> this possible? I don't want to select objects one by one. Can anyone
> give me a hint or an example code?
>
> Thanks
> Ali
>
>
===========================================================================
> 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