Hi, I am developing a world map application based on pyglet (a sort of google maps). I'm using gluOrtho2D and gluLookAt for zooming and it works perfectly. The map images get automagically scaled down and get closer each time I zoom out.
Now I want to add an extra layer on top of it. I want to associate text labels and pictures to some locations on the map. These images and these labels should not be scaled down each time I zoom out, they should just get closer to each other. Is there a way to do this easily and efficiently with pyglet/opengl (I think of some matrix transformation). Or do I need to re scale them manually each time I zoom in /out ? Thanks in advance, Rayene, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
