[ Contact ] [ Links ] [ Previous : 12 / 24 : Three-Dimensional Transformations ] [ Up ] [ Next : 24 / 3 : Modeling ]

Texture : lookup table

texturing in 3 steps

The overall mapping is composed of a surface parameterization and a viewing projection.

texturing in five steps:

  1. Compute the object space location of the pixel to be textured.

  2. Use a projector function to determine the correct (u, v) texture coordinate.

  3. Use corresponder function(s) to find texel.

  4. Apply value transform function.

  5. Modify illumination equation value.

Texture coordinate generation

 


See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 20/4/2004
TOC - Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>