Hi
My airplane can shoot machinegun just like in the game wings of steel. So I need to find out where bullets hit the ground or other nodes when fired from the plane (which has a specific angle at any given time).
Of course i can do this with particles/projectiles traveling through the air until hitting, but it would eat more cpu no? As machinegun-bullets has to be numerous.
Thanks for any tips.
Beam
Get collision between (point+angle) to ground?
http://irrlicht.sourceforge.net/tut007.html
I believe whats outlined as the second selector method is what you are trying to do. It returns the position that the current camera target is intersecting, e.i. whatever you are aiming at. I am a newb to this engine however, but that seems to me what you want to do.
I believe whats outlined as the second selector method is what you are trying to do. It returns the position that the current camera target is intersecting, e.i. whatever you are aiming at. I am a newb to this engine however, but that seems to me what you want to do.