GLUT import * def drawFunc(): # Clear before the screen glClear(GL_COLOR_BUFFER_BIT) glRotatef(0.1, 5, 5, 0) # (angle, x, y, z) glutWireTeapot(0.5) ...
確定! 回上一頁