GL_QUADS : GL_LINE_LOOP); glVertex2f(x1, y1); glVertex2f(x2, ... The version used in this example, glVertex2f, specifies a point with 2 floats.
確定! 回上一頁