Reading back buffer color with PyOpenGL and Pyqt5

前端 未结 0 1729
时光取名叫无心
时光取名叫无心 2021-01-27 05:18

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题