Lecture 4: Transforms (85)
danielhsu021202

What does the 1/d term do?

Edge7481

Lets us multiply by {x,y,z,1} to get {x,y,z,z/d} and since we can set w to d/z. What the process is doing is rendering a 3d point/vector onto a 2d screen where the 1st and 2nd entries are the length and width and the 3rd entry is the "depth" (which doesn't explicitly change what you see)

0-0-00-0

@danielhsu021202 If MM has an all-zero final row, then the last element of q\vec{q} we get will be 0. The 1d\frac{1}{d} term basically multiplies the third element zz by 1d\frac{1}{d} and puts the result in the last element of qq; because these are homogeneous coordinates, it creates the effect of linearly scaling the point (x,y,z,1)T(x,y,z,1)^T so that the zz coordinate becomes dd.

You must be enrolled in the course to comment