[PyOpenGL-Users] Q: example for offscreen rendering?
Brought to you by:
mcfletch
From: Mathias F. <m.f...@bi...> - 2007-02-12 14:24:48
|
Dear list, I'm struggling with offscreen rendering with PyOpengl. I found a number of examples using pbuffers or the newer and seemingly better PixelBufferObject - both of which are supported on my hardware. My problem now is to translate these examples to pyOpengl (v3.0). Does someone know if these extensions are supported at all in the python bindings? Grepping the sources for something like "pbuffer" or "GLX_SGIX_fbconfig" yields no matches... What would help me maximally is an example of how to init, render and readback sth from an offscreen buffer of any kind. Thanks a lot, Mathias [also posted on c.g.api.opengl] |