Questions tagged [special-effects]

Special effects in games refers to any kind of effect (audio or visual) which is not considered regular, i.e. they are not applied by one or two standard function calls. They usually require a some sort of custom algorithm, which can be totally different depending of which effect needs to be achieved.

35 questions
13
votes
2 answers

How to create plasma trail for spaceship

I have seen a lot of great looking space games that all use similar effects. I am really interested in finding out how some of these effects are generally done. In particular I want to know how some of the trails behind spaceships or missiles are…
Adam Harte
  • 2,444
  • 3
  • 24
  • 31
5
votes
1 answer

Where can I find a opengl pixel shader example for smooth SpotLight?

I am using Ardor3D, and find the spotlight is quite bumpy. Anybody has a good pixel shader can smooth the edges of the spot light? thanks,
user2452
  • 51
  • 3