On 21/10/13 13:30, Akuji FooBar wrote: > [...] > > What is going on in my code?
I can only give your code a quick look but it might be a problem with FogGroup. Take a look to the OrderedGroup implementation: http://code.google.com/p/pyglet/source/browse/pyglet/graphics/__init__.py#690 I think that your group should take the `alpha` prtopery into account in the same way the OrderedGroup uses `order`. I'll look at it this evening because your code looks interesting :) Regards, Juan -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
