This document introduces different methods for building polygonal 3D models, including vertex lists, edge lists, and OpenGL vertex arrays. It discusses representing the geometry and topology of a mesh and describes how to model a cube using vertex and color arrays, draw polygons from index lists, and efficiently draw the entire cube model with one OpenGL function call using vertex arrays.