Perspective Projection
Projection is a matrix multiply using homogeneous coordinates:
divide by third coordinate
This is known as perspective projection
The matrix is the projection matrix
Can also formulate as a 4x4 (today’s reading does this)
divide by fourth coordinate