[visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Andrew Straw <astraw@xxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Tue, 17 Apr 2007 19:15:41 -0700
Mark Halko wrote:
> I'm guessing there's going to be more of these errors with PyOpenGL 3.
> PyOpenGL 1 and 2 were "hand wrapped" to be more pythonic whereas
> pyopengl 3 is automatically wrapped from ctypes (which supposedly is
> slightly slower).
>
> It looks like pyopengl 3 removed all of the pythonic version of
> glVertex and glColor (and probably the rest of the *3f *3v, such that
> they have to be replaced with the proper call for the proper length of
> array.
> http://pyopengl.sourceforge.net/ctypes/pydoc/OpenGL.GL.html
>
> A quick grep finds these modules have calls to glColorf :
> Core.py
> Dots.py
> GLTrace.py
> Gratings.py
> MoreStimuli.py
> SphereMap.py
> Text.py
> Textures.py
> Do these all work with python 2.5 and pyopengl 3?
>
PyOpenGL 3: yes, as of svn 1384 (see
http://visionegg.org/trac/changeset/1384 )
Python 2.5: not tested (by me), but I can't see why not
numpy: yes for textures as of svn 1386 (thanks Mark Halko).
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] Error on FC7 and glColorf
- From: Mark van Rossum
- [visionegg] Re: Error on FC7 and glColorf
- From: Andrew Straw
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Mark van Rossum
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Andrew Straw
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Mark Halko
Other related posts:
- » [visionegg] Re: Error on FC7 and glColorf. SOLVED
- » [visionegg] Re: Error on FC7 and glColorf. SOLVED
- » [visionegg] Re: Error on FC7 and glColorf. SOLVED
- » [visionegg] Re: Error on FC7 and glColorf. SOLVED
- [visionegg] Error on FC7 and glColorf
- From: Mark van Rossum
- [visionegg] Re: Error on FC7 and glColorf
- From: Andrew Straw
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Mark van Rossum
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Andrew Straw
- [visionegg] Re: Error on FC7 and glColorf. SOLVED
- From: Mark Halko