On Wed, Aug 19, 2009 at 5:21 PM, mclovin<[email protected]> wrote: > I was wondering if there was a simple way to apply glow effects for > simple things like GL points and lines in pyglet
This article has a nice explanation about the technique used to produce glow effects on Tron 2.0. http://www.gamasutra.com/view/feature/2107/realtime_glow.php I used it as a reference to do a glow effect using HLSL shaders on XNA. I didn't write the shaders, I found they on the net and you probably can find a GLSL suitable for using with pyglet too. -- Kao Cardoso Félix Página pessoal: http://www.inf.ufrgs.br/~kcfelix Blog: http://kaofelix.blogspot.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 -~----------~----~----~----~------~----~------~--~---
