I have one sphere in my Pyqt5 window drawn by pyopengl:
Q = gluNewQuadric() glTranslatef(100, 0, 0) glColor3f(1.0, 1.0, 1.0) gluSphere(Q, 1.5, 32, 32) glTranslate