Question: b) Sketch in an object from the following display methods. Provide your answer with the scale of x-axis and y-axis (write the value of scale
b) Sketch in an object from the following display methods. Provide your answer with the scale of x-axis and y-axis (write the value of scale use). I void display({ glClear (GL_CLEAR_BUFFER_BIT); glColor3f (0.0f, 0.0f, 0.0f); glBegin (GL_LINE_STRIP); { glVertex2i (100, 200); glVertex2i (150, 400); glVertex2i (200, 300); glVertex2i (350, 400); glVertex2i (400, 100); glVertex21 (200, 50): } glFlush(); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
