SimpleDraw.c * * Example program illustrating a simple use * of OpenGL to draw ... three points glBegin(GL_POINTS); glVertex2f( 1.0, 1.0 ); glVertex2f( 2.0, ...
確定! 回上一頁