July 2013
Intermediate to advanced
600 pages
15h 15m
English
The inverse transpose matrix, previously introduced in Chapter 8, “Lighting Objects,” is a matrix that determines the inverse of a given matrix and then transposes it. As shown in Figure E.1, the direction of the normal vector of an object is subject to change depending on the type of the coordinate transformation. However, if you use the inverse transpose of the model matrix, you can safely ignore this in calculations.
Figure E.1 The direction of normal vector changes along with the coordinate transformation
In Chapter 8, you saw how to use the inverse transpose of the model matrix to transform normals. ...