GLUT import * def init(): glClearColor(1,1,1,1) gluOrtho2D(-1,1,-1,1) def triangle(): glClear(GL_COLOR_BUFFER_BIT) glColor3f(1,0,0) ...
確定! 回上一頁