This commit is contained in:
2022-04-23 21:58:16 +07:00
parent 23cc872b33
commit 4172fc94ba
872 changed files with 2796830 additions and 0 deletions

View File

@ -0,0 +1,27 @@
===================================
MUZZLE FLASH DIFFERENCES
===================================
Each Muzzle Flash is provided in multiple versions using different techniques for the rendering (it mostly impact how the effect looks when viewed from front/rear):
- SPRITES:
Uses a billboard sprite for the muzzle flash, and a fixed plane for the front/rear muzzle flash
Best when viewed from all angles
- 4 PLANES:
Uses 4 fixed planes for the muzzle flash, forming a cross (+ and × overlapped)
Creates a star-shaped front/rear muzzle flash
- FPS:
Shows only the front/rear sprite, to be used in First Person mode
IN EACH EFFECT YOU CAN REMOVE THE FOLLOWING GameObjects FOR DIFFERENT RESULTS:
Glow to remove the glowing effect
Sparks to remove the surrounding sparks
===================================
War FX
© 2015 Jean Moreno
===================================