normals

Hello

Did the modelview matrix affect my normals?

helda

Normals specified with glNormal* will be affected by the modelview matrix. I believe OpenGL transforms normals using the inverse transpose of the modelview matrix.