This document contains slides from an introductory OpenGL course. It begins with an overview of OpenGL and 3D graphics concepts. It then demonstrates how to draw basic polygons like triangles and quads using OpenGL functions. It also discusses projection and camera concepts in OpenGL. The document contains code for a simple function that draws a triangle and quad as an example of drawing the first polygons in OpenGL.