El 03/02/2009, a las 10:44, [email protected] escribió:
> Is it possible through some gl* function > to vertically flip (rotate by 180) the whole screen ? > So all the work is done with standard coordinates, > but before actually drawing pixels to screen > opengl would flip the contents ? > (The screen is physically upside down) You could try glViewport(). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
