pyOpenGL3.0.2 ::'NoneType' object is not callable
摘要:
今天尝试了下:python和OpenGL的结合,遇到问题如下:IDE:Python2.6+PyOpenGL-3.0.2.win32-py2.6+Windows7代码如下: 1 import sys 2 import OpenGL 3 4 from OpenGL.GL import * 5 from OpenGL.GLU import * 6 from OpenGL.GLUT import * 7 8 def draw(): 9 glClear(GL_COLOR_BUFFER_BIT)10 glutWireTeapot(0.5)11 gl... 阅读全文
posted @ 2013-05-09 15:04 yycGIS 阅读(717) 评论(0) 推荐(0) 编辑