PyQt OpenGL : dibujar escenas simples ... import sys import math from PyQt4 import QtCore, QtGui, QtOpenGL try: from OpenGL import GL except ImportError: app ...
確定! 回上一頁