Calls to glVertex*() are effective only between a glBegin() and glEnd() pair. ... glBegin(GL_POLYGON); glVertex2f(0.0, 0.0); glVertex2f(0.0, ...
確定! 回上一頁