On Fri, Jul 18, 2008 at 2:31 PM, Casey Duncan <[EMAIL PROTECTED]> wrote:
> I am pleased to announce the first release of my Perlin noise library
> for python.
Very nice!
Only 1 problem (pyglet HEAD, python 2.5):
[EMAIL PROTECTED]:~/Desktop/noise-1.0b1/examples$ python animate_tex.py
Traceback (most recent call last):
File "animate_tex.py", line 49, in <module>
create_3d_texture(_perlin.noise3, 64, 4.0/64.0)
File "animate_tex.py", line 34, in create_3d_texture
v = func(x * scale - half, y * scale - half, z * scale - half,
repeat=4, octaves=4)
TypeError: 'repeat' is an invalid keyword argument for this function
Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---