i am trying to figure out how to move a camera around in jogl. the function to set the camera takes the arguments 0f x position,y position,z position, x coordinates to look at, y coordinates to look at, and z coordinates to look at. if i know the x and y angles that my camera is at, how i calculate the change in x, y, and z coordinates, and which coordinates to look at?

