GLU JOGL code:
public void display(GLDrawable drawable) { .. GL gl = drawable.getGL(); GLU glu = drawable.getGLU(); .. glu.gluLookAt( 3.0, 2.5, 3.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0 ); }