Neon glows effect

Started by
2 comments, last by yanuart 20 years, 6 months ago
Does anybody can give me a hint on how you create glowing effects such as neon sign ??Especially using shader
Ride the thrill of your life
Play Motorama
Advertisement
if you have DX SDK 9 in the Sample Browser under Direct 3D there is a program called EffectEdit. In it there is a glowing effect using a vertex shader.
::fart::
I think he''s referring more to a soft-edge glow. The sort of thing called bloom in traditional photography.

I remember someone on here discussing one method using a quad overlaid on the screen with simple pixel shader gaussian blur on the pixels written to the quad''s texture. I have no idea how to go about implementing that, though.

---
http://www.gapingwolf.com
--- - 2D/Pixel Artist - 3D Artist - Game Programmer - Ulfr Fenris[[ Gaping Wolf Software ]] [[ GameGenesis Forums ]]
An engineer from NVIDIA gave a talk on this at the DX Meltdown in Seattle this summer.

Here''s a link to a PDF of his slides:

http://developer.nvidia.com/docs/IO/8228/D3DTutorial_EffectsNV.pdf

This topic is closed to new replies.

Advertisement