On Mon, Mar 3, 2008 at 6:59 PM, Casey <[EMAIL PROTECTED]> wrote:
>
>  On Mar 2, 11:00 pm, DR0ID <[EMAIL PROTECTED]> wrote:
>  > Hi
>  >
>  > It looks like I have the same problem.
>  > After some fiddling with the mouse I got this on screen (scrolling
>  > allot), see attached screenshot.

Hey guys.

The problem is the projection matrix is not getting set, because the
on_resize handler is not being called (because the window is already
visible when the handler is set).  Replacing "win.set_visible()" on
line 518 with "resize(win.width, win.height)" fixes the problem.

Cheers
Alex.

PS Nice mountains :-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com
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