June 2004
Intermediate to advanced
1200 pages
24h 40m
English
by Richard S. Wright, Jr.
WHAT YOU'LL LEARN IN THIS CHAPTER
How To | Functions You'll Use |
|---|---|
Load texture images |
|
Map textures to geometry |
|
Change the texture environment |
|
Set texture mapping parameters |
|
Generate mipmaps |
|
Manage multiple textures |
|
In the preceding chapter, we covered in detail the groundwork for loading image data into OpenGL. Image data, unless modified by pixel zoom, generally has a one-to-one correspondence between a pixel in an image to a pixel on the screen. In fact, this is where we get the term pixel (picture element). In this chapter, we extend this knowledge further by applying images to three-dimensional primitives. ...
Read now
Unlock full access