Handbook
Glossary
gluLookAt ( eyeX eyeY eyeZ centerX centerY centerZ upX upY upZ -- )
Vocabulary
opengl
.
glu
Inputs
eyeX
an
object
eyeY
an
object
eyeZ
an
object
centerX
an
object
centerY
an
object
centerZ
an
object
upX
an
object
upY
an
object
upZ
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
opengl.gl
;
IN:
opengl.glu
LIBRARY:
glu
FUNCTION:
void
gluLookAt
(
GLdouble
eyeX,
GLdouble
eyeY,
GLdouble
eyeZ,
GLdouble
centerX,
GLdouble
centerY,
GLdouble
centerZ,
GLdouble
upX,
GLdouble
upY,
GLdouble
upZ )