Chapter 9. Super Models

In the previous chapter, you created a framework to render OpenGL in 3D. At the very end of that chapter, we added a block of code that rendered a cube. In this chapter, you will learn how to create 3D objects in Open GL, first using code, and then using a 3D modeling program. In this chapter, we will cover the following:

  • Graphics cards: 3D graphics cards are basically small computers that are optimized to render objects in 3D. We will take a quick look at how a graphics card does what it does best.
  • Vertices: 3D objects are drawn by plotting points and telling OpenGL to use these points to create an object that can be rendered on the screen.
  • Triangles: Triangles are used to create all 3D objects. You will learn about the relationship ...

Get OpenGL Game Development By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.