3D Projections

CSC-214 · Semester III · Computer Graphics

3D Projections

Rotate a cube in 3D and project it onto the 2D grid.

Orthographic vs perspective

Orthographic: parallel projectors — depth has no effect on size, used in engineering drawings. Perspective: projectors converge on the eye; distant edges shrink, giving depth cues. Both share the same rotation stage: yaw (Y) then pitch (X).

Pipeline

model coords → rotate → project → rasterize 93 pixels