Define a viewing transformation in terms of an eye point, a center of
view, and an up vector.
Syntax
[Android.Runtime.Register("gluLookAt", "(Ljavax/microedition/khronos/opengles/GL10;FFFFFFFFF)V", "")]
public static
void GluLookAt (
Javax.Microedition.Khronos.Opengles.IGL10 gl,
float eyeX,
float eyeY,
float eyeZ,
float centerX,
float centerY,
float centerZ,
float upX,
float upY,
float upZ)
Parameters
- gl
- a GL10 interface
- eyeX
- eye point X
- eyeY
- eye point Y
- eyeZ
- eye point Z
- centerX
- center of view X
- centerY
- center of view Y
- centerZ
- center of view Z
- upX
- up vector X
- upY
- up vector Y
- upZ
- up vector Z
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1