Lesson 18: Normalizing Normals

  • Eliminate the call to glScalef by manually scaling all of the cube's vertices, and change the magnitude of the normals back to 1.
  • Eliminate the call to glEnable(GL_NORMALIZE) from the program for the lesson on lighting, by rescaling all of the normals.

Next is "Lesson 19: Mipmapping".