#import <OpenGLES/ES1/gl.h>
Go to the source code of this file.
Functions | |
| void | gluLookAt (float eyeX, float eyeY, float eyeZ, float lookAtX, float lookAtY, float lookAtZ, float upX, float upY, float upZ) |
| void | gluPerspective (GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar) |
cocos2d OpenGL GLU implementation
Definition in file glu.h.
| void gluLookAt | ( | float | eyeX, | |
| float | eyeY, | |||
| float | eyeZ, | |||
| float | lookAtX, | |||
| float | lookAtY, | |||
| float | lookAtZ, | |||
| float | upX, | |||
| float | upY, | |||
| float | upZ | |||
| ) |
OpenGL gluLookAt implementation
| void gluPerspective | ( | GLfloat | fovy, | |
| GLfloat | aspect, | |||
| GLfloat | zNear, | |||
| GLfloat | zFar | |||
| ) |
OpenGL gluPerspective implementation