Login  Register

Re: Trying to make a game, having a couple problems

Posted by Klinenator on Oct 28, 2010; 1:35am
URL: https://forum.jogamp.org/Trying-to-make-a-game-having-a-couple-problems-tp1777739p1783896.html

Im having problems with glulookat() and glLoadIdentity()

if i want to draw a bunch of cubes i need to reload the identity in between otherwise if i want to use
glTranslate it will just use the previous point as a reference instead of 0,0,0.

But if i use glLoadIdentity i cant move the camera for some reason