Re: How to move around camera in JOGL 2.0?
Posted by
gouessej on
Feb 01, 2016; 9:27am
URL: https://forum.jogamp.org/How-to-move-around-camera-in-JOGL-2-0-tp4036081p4036087.html
Hi
I can help you to update your code which is mandatory as you won't get any help by using an obsolete version. Imagine that something doesn't work because you are bothered by a bug already fixed in the latest version, you will just uselessly stick to an old version with its old bugs and we'll be unable to help you except by ... telling you to switch to the latest version. It's not difficult, some classes have been moved from javax.media to com.jogamp, it's not the end of the world.
You can use this source code, it should work with JOGL 2.0 but I have to update it to work with JOGL 2.3.2 tonight:
http://stackoverflow.com/a/35093118