next up previous contents
Next: 5.12.1 Using 3D Textures Up: 5 Texture Mapping Previous: 5.11 Image Warping and

5.12 3D Textures

Three dimensional textures are a logical extension of 2D textures. In 3D textures, texels become unit cubes in texel space. They are packed into a rectangular parallelpiped, each dimension contrained to be a power of two. This texture map occupies a volume, rather than a rectangular region, and is accessed using three texture coordinates, S, T, and R. As with 2D textures, texture coordinates range from zero to 1 in each dimension. Filtering is controlled in the same fashion as 2D textures, using texture parameters and texture environment.





David Blythe
Thu Jul 17 21:24:28 PDT 1997