GLUT import * def draw(): pass def main(): glutInit() glEnable(GL_MULTISAMPLE) glutCreateWindow('Demo') glutDisplayFunc(draw) glutMainLoop() ...
確定! 回上一頁