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

Re: [pygame] Picking monitor...



James Paige wrote:

I am going to guess that you will have to do software rendering if you want any kind of 3D.

You could render into an offscreen pbuffer on your
main adapter, and then copy the result over to the
auxiliary adapter. Wouldn't be as fast as direct
accelerated rendering, but should be better than
software.

--
Greg