Re: [PyOpenGL-Users] VBOs and gl*Pointer offset parameter
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2009-07-24 22:32:55
|
renaud blanch wrote: > On Fri, Jul 17, 2009 at 8:34 PM, Mike C. Fletcher<mcf...@vr...> wrote: > ... > thanks, the patch didn't work against my installed version of > pyopengl, but 3.0.1a1 did it. > > the only thing is that i had to change the order of platform plugin > declarations so that 'darwin' comes before 'posix'. > on the mac os.name is 'posix', and thus the GLX platform was found > first and failed to load. > I've changed the plugin to prefer sys.platform over os.name when doing resolution. That should mean that on Linux it is the linux2 plugin preferred. I'm presuming that os-x has sys.platform == 'darwin', so the fix should work there too. Thanks for the error report(s), Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |