October 2018
Intermediate to advanced
500 pages
12h 40m
English
These two scenarios help us appreciate that a Camera matrix is the exact opposite of the Model-View matrix. In linear algebra, this property is known as the inverse of a matrix.
The inverse of a matrix is such that when multiplying it by the original matrix, we obtain the Identity matrix. In other words, if M is the Model-View matrix and C is the Camera matrix, we get the following:
We can ...