This guide provides an overview of the 13-chapter OpenGL Programming Guide. The first 6 chapters cover basic OpenGL concepts needed to draw 3D objects, including geometric objects, viewing transformations, display lists, color, and lighting. The remaining chapters cover more advanced topics like blending, textures, framebuffers, and special effects. The guide assumes knowledge of C programming and mathematics. Sample programs are provided to illustrate techniques.