Open GoogleCodeExporter opened 8 years ago
Note also that some of the source makes use of code which is invalid under
OpenGL ES 2.0.
I believe that this is limited to the functions gluPerspective, gluLookat, and
gluOrtho2D in project.c. However, since OpenGL ES 2.0 lacks a fixed function
pipeline, these functions should in any case never be invoked within an ES 2.0
context.
Original comment by davidkn...@gmail.com
on 30 Jun 2009 at 11:40
Original issue reported on code.google.com by
davidkn...@gmail.com
on 30 Jun 2009 at 9:28