OpenGL program to develop a menu driven program to fill the polygon using scan line algorithm

Objective: In this program the students will learn to apply scan-line area filling algorithm to fill a polygon using OpenGL functions.Input: Provide the eight vertices to draw the polygon.Output: Polygon…

Continue ReadingOpenGL program to develop a menu driven program to fill the polygon using scan line algorithm