Multiple projectiles from one weapon
by Derk Adams · in Torque Game Engine · 06/18/2004 (8:20 am) · 2 replies
I have just gone through 3D Game Programming All in One and have a question about weapons.
Is it possible to have multiple projectiles come from one weapon (i.e. multiple muzzlepoints). I am looking at a missile launcher with between 2 and 40 missiles being launched at each firing.
Thanks,
Derk
Is it possible to have multiple projectiles come from one weapon (i.e. multiple muzzlepoints). I am looking at a missile launcher with between 2 and 40 missiles being launched at each firing.
Thanks,
Derk
About the author
Torque 3D Owner Jacob Dankovchik
that does multiple missles from one fire, and does spread. If ya dont want the spread, remove it from the code. The multiple missles are jsut done from a for statement as u'll see in that tutorial.