Trying to create a "pulsing glow"

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Irme
Posts: 55
Joined: Sat Jul 16, 2005 8:24 am

Trying to create a "pulsing glow"

Post by Irme »

I have a mesh that i want to kind of have a pulsing glow. Would i have to use sharers to do this? If so, can somebody point me in the right direction to find a shader that can do this?

Any ideas on the subject are most helpful.

Thanks
jingquan
Posts: 222
Joined: Sun Aug 20, 2006 4:10 am
Contact:

Post by jingquan »

Perhaps this glow shader in glsl could help you: http://www.lighthouse3d.com/opengl/glsl ... xtureMulti

You could try intensifying the glow and dim it in a loop.
Irme
Posts: 55
Joined: Sat Jul 16, 2005 8:24 am

Post by Irme »

ah, interesting, thanks for the info - now. how do i create a shader? lol totally new to the shader stuff..
Locked