iPhone OpenGL ES 2 lacks the gl_NormalMatrix. Do we have to roll our own matrix inversion code?

Posted by dugla on Stack Overflow See other posts from Stack Overflow or by dugla
Published on 2010-03-02T23:37:04Z Indexed on 2010/05/02 18:18 UTC
Read the original article Hit count: 763

Filed under:
|
|
|

One of the most annoying differences between OpenGL shading language and OpenGL ES shading language is the wholesale ommission of all OpenGL matrix state variables (gl_ModelViewMatrix, etc.). Should I go ahead and roll my own matrix inversion code or is there a library that I can use?

Thanks in advance.

-Doug

© Stack Overflow or respective owner

Related posts about opengl-es

Related posts about iphone