Re: GLJPanel and translate
Posted by Xfel on Dec 29, 2010; 8:00pm
URL: https://forum.jogamp.org/GLJPanel-and-translate-tp2081621p2164359.html
Try glLoadIdentity(); at the beginning of your display code. This will reset the translation matrix as you need