Re: [PyOpenGL-Users] Rolling spectrogram with pyopengl
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2009-12-11 03:23:02
|
Some things definitely change, though--at least they do for me. Simply replacing "from OpenGL.GL import *" with "from OpenGL.raw.GL import *" gives problems. For example, glGenTextures(1) whines about needing two arguments. Does it want a numpy array or something? Ian |