Rasterization
Color
Lines
1. draw line by using Interpolate to compute values of a linear function.
Filled Triangles
draw lines to make wireframe of a triangle using 3 2D Vertices with connecting points
- Sort the points
- compute the x coordinate of the triangle edges
- concatenate the short sides
- determine which is ledt annd which is right
- draw the horizontal segments
Shaded Triangles