Sequence of processes applied to raw data (meshes, vertices, etc) to render 3D image on 2D screen.Works by:1. Projecting all 3D geometry on 2D plane2. Determine pixels to fill in (fragments)3. Compute colour of each gragment

🎲 Try a Random Question  |  Total Questions in Quiz: 137  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Computer Graphics Review — practice the complete quiz, review flashcards, or try a random question.


1. Sequence of processes applied to raw data (meshes, vertices, etc) to render 3D image on 2D screen.

Works by:
1. Projecting all 3D geometry on 2D plane
2. Determine pixels to fill in (fragments)
3. Compute colour of each gragment