Linepicking with spread projectiles

Blitz3D Forums/Blitz3D Programming/Linepicking with spread projectiles

RustyKristi(Posted 2016) [#1]
I wonder if this has been done before here (im doing a search) and what is the easiest way of doing it, mostly like shotgun blast or something similar..


RemiD(Posted 2016) [#2]
You could use a pivot for each projectile, calculate its translation vector and use this to throw your linepicks...
You could also throw several ellipsoids...


RustyKristi(Posted 2016) [#3]
Great thanks!