Program 1

The first programming assignment is in your repos. You should use the 'Program1' version. Draw an image with the following criteria.

Rubric:
Draw a point0: No point1: Draw a point using GL_POINTS
Draw a line0: No line2: Draw a line using GL_LINES or similar
Draw a triangle0: No triangles2: Draw a triangle using GL_TRIANGLES or similar
Use two of: LOOP, STRIP, or FAN0: No advanced primitive1: Draw one advanced primitive2: Draw two advanced primitives
Use at least 3 colors0: No colors1: Uses one color2: Uses two colors3: Uses three colors