Question: I need the code in C++ and Use the same functions below THE SAME FUNCTIONS glClear(GL_COLOR_BUFFER_BIT); glLineWidth(14); glBegin(GL_TRIANGLES); glColor3f(0,1,0); glVertex2f(100, 100); glColor3f(1, 0, 0); glVertex2f(300,
I need the code in C++ and Use the same functions below
THE SAME FUNCTIONS glClear(GL_COLOR_BUFFER_BIT); glLineWidth(14); glBegin(GL_TRIANGLES); glColor3f(0,1,0); glVertex2f(100, 100); glColor3f(1, 0, 0); glVertex2f(300, 600); glColor3f(0, 0, 1); glVertex2f(500, 100); glEnd(); glFlush();
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
