|
From: Nathaniel T. <loc...@ya...> - 2007-07-10 02:30:43
|
I'm using PyOpenGL-3.0.0a6 on Mac OSX 10.4.9
If I import OpenGL.GL this is what I get for the functions from a python terminal
>>> OpenGL.GL.glScale
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'glScale'
>>> OpenGL.GL.glScaled
<CFunctionType object at 0x16cece0>
>>> OpenGL.GL.glScalef
<CFunctionType object at 0x16ced50>
So it must be an OpenGL 3 problem as I have a friend at work for whom the PyODE tutorial worked fine, but he was on windows and I don't know what version of PyOpenGL he was using.
Thanks for work, got a question but it should be in a separate message.
Nathaniel
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC |