Fall 2001 Final Exam
Saturday, Dec 15, 2001. 2:00pm - 5:00pm
[0, 0, 0]; [100, 100, -100]; [200, -100, 0]; [300, 0, -100].(a) [15] Compute the projection matrix if the point light is at [100, 100, 100]
[-1, 0]; [0, 1]; [0, 0]; [1, 1]; [1, 0]; [-1, -1].Find the states of the Edge table and the Active edge table, and the span for the following seven scan lines
y = 0, 1, 49, 50, 51, 99, and 100.Recall that ET stores the higher point's Y, the lower point's X and the X increment. AET stores the same values but the lower point's X is updated with the edge's current X at each scan-line. Make sure that you compute and store all values in terms of integers.
