The document contains C++ code that defines functions for displaying 3D objects using OpenGL. It initializes materials, lighting, and transforms for 10 objects. Keyboard inputs control animation and properties. Mouse clicks select an object and set rotation axes. The display function renders each object with the appropriate material and transform based on user input.