Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by Andreas on Oct 22, 2015; 2:33pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4035553.html
Hi, me again,
what the mouse control does is
- a rotation of the target when left button down and mouse dragged,
- zoom/scale of the target when middle button down and mouse dragged or mouse wheel,
- a translation of the target when right button down and mouse dragged.
Andreas