On Wed, Aug 19, 2009 at 4:21 PM, mclovin <[email protected]> wrote: > > Hello, > > I was wondering if there was a simple way to apply glow effects for > simple things like GL points and lines in pyglet >
I am afraid not. For a low-tech solution, you can pre-create glow images, and render them as sprites/textured quads. If you are willing to implement a shader setup, you are looking at a bloom filter. -- 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 -~----------~----~----~----~------~----~------~--~---
