I want glow like effect after the bullet fires from the gun. If whole solution will not possible then provide starting point for me so using that I can go ahead because I am new to andengine. After bullet I want to create a line shadow that create like effect similar to missile launch. Please help me to come out of this.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
|
This is called a lens flare. I'm not sure if there is a prebuilt way to do it with the andengine, but its quite simple - Just quickly show (and randomly rotate) a textured plane with a lens flare texture on it after firing, right at the barrel of your gun. Good luck :) |
|||||
|
|
Actually, a lens flare is produced by a very bright light source and is purely an real world optics "defect". A muzzle flash would be produced by a gun. This can be produced with a semi transparent texture drawn over the tip of the barrel of the gun. But I'm not sure what a "line shadow" effect is or how it's related to a missile launch. |
|||
|
|
