#include <windows.h> #include <gl/glut.h> void Paint() { // glRotatef(90,1,0,0); // 旋转 glutWireSphere(0.8,24,12); glFlush(); } ...
確定! 回上一頁