I usually use glTranslatef and glRotatef for changing the view, but I recently discovered that gluLookAt is a much better alternative, especially when it comes to 3D engines. Anyway, I was wondering exactly how to use this function. I know that the first three parameters represent the location of the camera, but I'm lost from there.



