Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 363 Bytes

File metadata and controls

13 lines (7 loc) · 363 Bytes

Scan Line Polygon Fill

C implementation of Scan Line Polygon Fill algorithm using only integer arithmetic

When running the program:

Pressing 'd' will draw the constructed polygon and fill it.

Pressing 'q' will exit the program.

Pressing 'c' will clean the window.

Pressing 't' will do a triangle interpolation with R, G, B colors at the corners