On Oct 3, 12:32 am, Tristam MacDonald <[email protected]> wrote: > A simple solution would be to have one OrderedGroup for each layer. It isn't > immediately clear to me why you would need a separate group per row - unless > adjacent tiles overlap?
Tiles have different heights, which means a tile closer to the viewer can partially obscure the one behind it on the next row up, as well as any characters/obstacles on it. So basically the simple 'layer' scheme doesn't work. I could start splitting tiles into different layers according to their height, but that starts getting awkward. Being able to use one z-value per tile would solve this. -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
