July 2009
Intermediate to advanced
936 pages
21h 41m
English
After reading this chapter, you’ll be able to do the following:
• Render concave filled polygons by first tessellating them into convex polygons, which can be rendered using standard OpenGL routines
• Use the OpenGL Utility Library to create quadrics objects to render and model the surfaces of spheres and cylinders, and to tessellate disks (circles) and partial disks (arcs)
In OpenGL Version 3.1, some of the techniques and functions described in this chapter—particularly those relating to quadric objects—were likely affected by deprecation. While many of these features can be found in the GLU library, they rely on OpenGL functions that were removed.
The OpenGL Library ...
Read now
Unlock full access