What additions to this errata can we provide him? E-mail me your typos.
- page 42: globals GLsizei w, h should be ww, wh.
- page 42: gluOrtho2D call with 2 parameters is bogus
- page 45: add a ) to close calls to glVertex2f(
- page 49-50: mymouse lists x,y first, but glutMouseFunc lists button,state first
- page 65: missing glRenderMode(GL_SELECT);
- page 66: drawObjects should be draw_objects
- page 112: missing or extra parenthesis in glGetFloatv(...), ...);
- page 112: COLOR_BUFFER_BIT should be GL_COLOR_BUFFER_BIT
- page 125: red "pastic" should read "red plastic"
- page 136: "0 x 00,0 x ff" should read: "0x00, 0xff"
- page 170: "0 x 8" should read: "0x8"
- page 173: RGB images should be [64][64][3], [32][32][3], etc.
- page 181: filename b overwritten by file contents at point "not a PPM" is written
- page 188: glEvalcoord should read glEvalCoord