The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
104 views

graphic effects of Android game “Achtung” [closed]

I would be very gratefull if someone can give me a hint how the graphic effects of this android game ( http://www.isignz.nl/achtung ) works. Let us let this "pixie dust"-stuff aside for the moment; I ...
1
vote
2answers
316 views

How can I create a fast, real-time, fixed length glowing ray?

Similar to the disintegrate skill in Diablo 3. It should not light other objects in scene. Just glowing and animated. Like in this video http://www.youtube.com/watch?v=D_c4x6aQAG8. Should I use ...
0
votes
2answers
532 views

How to set blur on mouse over and remove on mouse out in AS3?

How can I do it? I want to active glow when the mouse is over a Sprite and remove it when the mouse is out. Is it possible? I have the following code: var myGlow:GlowFilter = new GlowFilter(); ...
2
votes
1answer
516 views

What are Glow Textures?

So i'm not quite sure exactly what "glow textures" are. For my implementation of a "lightning" effect, according to the comments on the article; http://drilian.com/2009/02/25/lightning-bolts/ They ...
11
votes
2answers
678 views

How can I achieve glow effects similar to those in WoW?

I've recently implemented a glow effect using a gaussian filter and could not get the full effect I was wanting. I'm curious to know if how certain glow effects are done in WoW. Like this image: ...
3
votes
1answer
689 views

How'd they do it: TF2 payload cart glow?

How did the creators of TF2 make the glow on the payload cart visible through walls? Is it possible to implement this in Unity's shaderlab?
35
votes
1answer
2k views

How can I reduce aliasing in my outline glow effect?

I'm trying to replicate the glowing outline effect in the Left 4 Dead game. The effect causes an objects outline to glow, even when the object is occluded. Here is a screenshot of the effect: I'm ...
2
votes
1answer
399 views

Bloom shader makes it impossible to render black?

I am playing around with the bloom shader from the XNA sample page, to do some glow shading. I am rendering primitive vector-ish squares of linelists/linestrips, on a background. However, I am facing ...