Normals can be automatically rescaled, to be unit length.
Note: GL_RESCALE_NORMAL is part of OpenGL 1.2. PyOpenGL only
provides an OpenGL 1.1 interface. As long as your underlying driver
is 1.2 or later, you can define the constant yourself:
GL_RESCALE_NORMAL = 0x803A