Computer Graphics (CS 330)
Project No. 1 (15 points)
Problem:
-
Implement the Basic Incremental line drawing algorithm and use it to create
a 2D image consisting of three polygons.
Task:
-
Using C++, OpenGL and GLUT, create a Win32 Console Application, based on
your DDA, that will draw the image below.
-
Submit your project according to the Project
Submission Guidelines for this course.
Notes:
-
Keep it simple. Don't try to do more until you succesfully complete the
project as described above.