Closed iamscottmoyers closed 12 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.
Fixed as part of this commit f9b0aca7d426259e6eb358081aba4f50ad0a4450
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.