Linepicking with spread projectiles
Blitz3D Forums/Blitz3D Programming/Linepicking with spread projectiles| 
 | ||
| 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.. | 
| 
 | ||
| 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... | 
| 
 | ||
| Great thanks! |