[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Accessing opengl surface as a numpy array



Hi,

What you want to do, you can't do the same way.  What you'll need to do is copy the rendered pixels back from the graphics card with glReadPixels(...), or a similar method.

Ian