summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/glu3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glu3.h b/include/glu3.h
index 2e49499..68bf7ef 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -156,7 +156,8 @@ GLUmat4 gluScale4v(const GLUvec4 *);
GLUmat4 gluTranslate3(GLfloat x, GLfloat y, GLfloat z);
GLUmat4 gluTranslate4v(const GLUvec4 *);
GLUmat4 gluRotate4v(const GLUvec4 *axis, GLfloat angle);
-GLUmat4 gluLookAt4v(const GLUvec4 *, const GLUvec4 *, const GLUvec4 *);
+GLUmat4 gluLookAt4v(const GLUvec4 *eye, const GLUvec4 *center,
+ const GLUvec4 *up);
GLUmat4 gluPerspective4(GLfloat fovy, GLfloat aspect, GLfloat near,
GLfloat far);
GLUmat4 gluTranspose4(const GLUmat4 *m);