gun flash

Blitz3D Forums/Blitz3D Programming/gun flash

cash(Posted 2004) [#1]
Would it be possible to use a light effect to illuminate an area around the player when he shhots a gun.

Any suggestions ?


Ross C(Posted 2004) [#2]
You could use a hardware light with a sprite for the gun flash. Depends on how the surrounding scenary is done. If it's lightmapped, hardware light might not look very good...


wizzlefish(Posted 2004) [#3]
Particle Candy could work...


N(Posted 2004) [#4]
Get a list of all triangles that can be affected and project the light blob onto the triangles that are close enough.

Easier said than done, I know.