On Wed, Oct 6, 2010 at 3:52 PM, jason <[email protected]> wrote:

> Hi all,
> I was wondering if there is a (somewhat simple(ish)/intuitive) way
> that I'm overlooking in order to mirror text that is drawn to a pyglet
> window?  Meaning, not just reversing the text, but actually mirroring
> it such that when read through an actual mirror, one can read it
> correctly?
>
> Thanks in advance,
> --jason
>

glScalef(-1, 1, 1) ought to do the trick.

-- 
Tristam MacDonald
http://swiftcoder.wordpress.com/

-- 
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.

Reply via email to