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