Re: [PyOpenGL-Users] gluBuild3DMipmaps
Brought to you by:
mcfletch
From: JoN <jo...@we...> - 2007-02-12 23:15:52
|
In OpenGL 2.0+ you can generally get at all the good stuff, shaders, 3dtextures etc natively without having to suffer through the extensions. However, it also comes down to how good your drivers are and the GL support they offer, but generally Nvidia's are excellent in both respects. The trend seems now to be to use ctypes rather than the GL wrappers (no disrespect to massive code work intended) and seems to be yielding good results. Jon Quoting "Mike C. Fletcher" <mcf...@vr...>: > Andrew Wilson wrote: > > Hey Jon, > > Would you mind sharing your GLSL shaders program? Also, I seemed to > > have cleared up my 3d texture problem by installing glewpy, don't know > > why this fixed it but it just started working... > Hmm, I wonder if they substituted some extension for the extended core > GL function? I've thought about doing things like that once in a while, > it just doesn't seem to be safe if there happens to be some subtle > difference between the two implementations. Still, would make the > coding easier for users... > > Anyway, have fun, > Mike > > -- > ________________________________________________ > Mike C. Fletcher > Designer, VR Plumber, Coder > http://www.vrplumber.com > http://blog.vrplumber.com > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > PyOpenGL Homepage > http://pyopengl.sourceforge.net > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > https://lists.sourceforge.net/lists/listinfo/pyopengl-users > -------------------------------------------------------------------- Come and visit Web Prophets Website at http://www.webprophets.net.au |