Yeah, I think there's a problem with the coordinates reported then. One or other of these coordinate systems should be inverted when they report tex_coords, else you cannot use a single consistent procedure to interpret them.
Without this, you have to work out which type of source has provided it before knowing whether to flip the y-axis or not - to choose between (ycoords[i]) or (max(ycoords) - ycoords[i]). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
