CG Curriculum
- 3D Rasterization Pipeline
- Transformations
- Projection
- Clipping
- Back-Face Culling - Cull everything that you cant see, but is inside the clipping window
- Frustum Culling - Cull everything outside the clipping window
- Occlusion Culling
- Hidden Surface Elimination
- Scene Managment
- Finite Differences
- Grid Traversal
- Catmull’s Algorithm
- Color Model
- Illumination Model
- Bidirectional Reflectance Distribution Function
IP Curriculum
Where:
Look at
“Oblique Projection onto an Arbitrary Plane.”
Clipping algorithm:
- Liang-Barsky Algorithm - Line
- ??Sutherland-Hodgman Algorithm - Polygons
- ???Greiner-Hormann Algorithm - Polygons
Rasterization:
Color:
- RGB Color Model
- Conversion between models
Illumination:
Exams
2022:
- 10 (ish understood)
- 12 (memorize color space conversions)
- 26 (learn otsu thresholding ig)
- 27 haven’t read good enough
- 28
2023:
- 9
- 20
- 22