The top secret of making this object to move is that;

        TransformGroup tg = new TransformGroup();               // create a transform 
group
        tg.addChild( yourShape3D )                              // add the Shape3D 
object

        MouseRotate mr = new MouseRotate( tg );
        mr.setSchedulingBounds(bounds);
        tg.addChild( mr );

see if that will work. next question some one else has to answer

Ahmed

-----Original Message-----
From: osam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 10:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] UI with Java3D


Hi, all

We have a problem with LineStripArray object. Indeed we had constrcuted
a LineStripArray and put it in shape3D having Java3D  Mousebehavior, but
we can not move it!!!!!! What's the deal or secret to make this objet
movable.

Is it possible to select one line of a Quadarray? How to do  that?

Thanks you.

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