Re: Viewing transformations cleared after glLoadMatrix
Posted by
gouessej on
Dec 10, 2010; 2:04pm
URL: https://forum.jogamp.org/Viewing-transformations-cleared-after-glLoadMatrix-tp2056651p2063546.html
No, glLoadMatrix works as expected, you can undo the changes with glPushMatrix() and glPopMatrix() but JBullet or you changes the model-view matrix before calling glPushMatrix and this change is not used when you use glLoadMatrix unlike when you use glMultMatrix. Maybe use an engine that already supports JBullet and JOGL if you don't succeed in using them directly...