On Mar 3, 12:22 am, "Alex Holkner" <[EMAIL PROTECTED]> wrote:
> [..]
> 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.

Thanks Alex! That was caused by some sloppy work on my part adding the
"Calculating Terrain..." loading text before I posted it. Before that
the window was hidden until it finished calculating the mesh.

My only question is why it worked for me? I hate it when that happens!
8^)

> PS Nice mountains :-)

Thanks! I posted a new version of the script with this change in
place.

-Casey
--~--~---------~--~----~------------~-------~--~----~
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