MCQs > IT & Programming > OpenGL > What will be the size of the quad drawn by the following code on the screen?

OpenGL MCQs

What will be the size of the quad drawn by the following code on the screen?

    glBegin (GL_QUADS);

    glVertex2i (1, 0);

    glVertex2i (1, 1);

    glVertex2i (-1, 1);

    glVertex2i (-1, 0);

    glEnd ();

search

OpenGL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it