Module Overview
In this module we work on building a software rasterizer! We will learn what the fundamental process is.
Module Outline
- Lecture outline
- Building a Software Render Fixed-Function Pipeline
- Rasterization
- Visibility Problem
- Graphics Primitives - Point, Line Segment, Triangle
- Drawing a Line
- Drawing a Triangle
- Filling a Triangle
- C++ walkthrough and some Lab Code