Re: [JAVA3D] Different directions in MouseTranslate

2001-01-22 Thread Jochen Vandewalle
erent directions in MouseTranslate Hi there   I've been trying to change the default MouseTranslate behaviour to work in the XZ plane.  In the source code for the method doProcess(MouseEvent) there are the following lines:       x = evt.getX();    y = evt.getY();     translation.x = d

[JAVA3D] Different directions in MouseTranslate

2001-01-22 Thread Rory Douglas
Hi there   I've been trying to change the default MouseTranslate behaviour to work in the XZ plane.  In the source code for the method doProcess(MouseEvent) there are the following lines:       x = evt.getX();    y = evt.getY();     translation.x = dx*x_factor;    translation.y = -dy*y_facto