Best way to draw weapon effects?

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
Abraxas)
Posts: 227
Joined: Sun Oct 18, 2009 7:24 am

Best way to draw weapon effects?

Post by Abraxas) »

Hello, I'm working on a strategy game and currently I'm looking at doing weapon effects. For example, if I fire a laser weapon, I would want a texture that spans the distance fired, plus some kind of particle/lightning effect.

Should I be using billboards for this? put down a billboard that spans the two ships, texture it, add some particles and light nodes and put them all on a timer?

any opinions/advice?
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Most engine use some kind of billboard with animated textures. The effect you mention is the muzzle flash effect?
Post Reply