iamscottmoyers / cambhaxx-gles

GLES experiment
5 stars 0 forks source link

Remove unnecessary GLU functions #3

Closed iamscottmoyers closed 11 years ago

iamscottmoyers commented 11 years ago

The glu* functions are just helpers for OpenGLES functions. We should replace them with the correct OpenGLES functions.

e.g. I think glFrustrum and glVeiwPort can be used to replace the gluLookAt and gluPerspective functions.

iamscottmoyers commented 11 years ago

Fixed as part of this commit f9b0aca7d426259e6eb358081aba4f50ad0a4450