Title: UNSUBSCRIBE
UNSUBSCRIBE
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
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
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
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
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.