RuanMV
LineTracingCollisionsDecalsAndParticles C++
Using C++, I modified the player character to use line traces instead of projecting a ball when firing. I made 3 targets with different materials: metal, stone and wood. When shot, depending on the material of the target, it play a sound and spawn particles relevant to that material. A "bullet hole" decal is also applied to the hit location. The "force field" wall blocks the player but not the "bullets".