... 1.0, 1.0 ); switch (CurrentMode) { case 0: // Draw three points glBegin(GL_POINTS); glVertex2f( 1.0, 1.0 ); glVertex2f( 2.0, 1.0 ); glVertex2f( 2.0, ...
確定! 回上一頁