[JAVA3D] UNSUBSCRIBE

2001-09-03 Thread GShankar
Title: UNSUBSCRIBE UNSUBSCRIBE

Re: [JAVA3D] Plz Explain!

2001-07-22 Thread GShankar
Title: RE: [JAVA3D] Plz Explain! Hi Ashish, Did u try using the getClickCount() method of the mouse Event ..I think that could solve ur problem. bye -Original Message- From: Ashish Aggarwal [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 21, 2001 1:01 AM To: [EMAIL PROTECTED] Sub

[JAVA3D] Problem with translation

2001-07-02 Thread GShankar
Title: Problem with translation Hi j3D Community, I have a problem .Pl do help me... I have a scene graph on which I have all the three mouse behaviours are added which enables the user to translate all the objects together.What I wanted is when the user clicks on a button the Mouse transl

Re: [JAVA3D] Coordinate Tracking

2001-06-27 Thread GShankar
Title: RE: [JAVA3D] Coordinate Tracking Hi Oliver, I am new to Java3D stuffCan u elaborate how I register PickingCallback on PickTranslate Behavior. I tried and am not able to register the Callback on the pickTranslateBehavior Thanx in advance (Murali) -Original Message- Fro

[JAVA3D] Coordinate Tracking

2001-06-22 Thread GShankar
Title: Coordinate Tracking Hi All, I used an applet to draw many primitivies using the SetCoordinate method. Now when the user translates the individual object by Picking, How do I get the X,Y,Z coordinates of the newly translated object so that the objects do not go to their original place

[JAVA3D] Trouble with Triangle Fan Array

2001-06-14 Thread GShankar
Title: Trouble with Triangle Fan Array Hi, When I generate a GeometryInfo object using Triangle Fan Array for plotting a circle I do get a circle with all the fans too!!! How do I avoid getting those fans..(Lines from the center of the circle to all along the circumference of the circle.