Re: [JAVA3D] UI with Java3D

2001-05-10 Thread Ahmed Shakil
); 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

Re: [JAVA3D] UI with Java3D

2001-05-10 Thread osam
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 tha

[JAVA3D] UI with Java3D

2001-05-10 Thread Firas MOHAMED
Hello, Could any body please tell me how to add icons to a Java3D window (Applet) ? How to have a real user interface ? Thanks for any information ? Firas