Airplane Pointer
Blitz3D Forums/Blitz3D Beginners Area/Airplane Pointer| 
 | ||
| How do you make a pointer that interacts with somethings pitch/yaw? I have an airplane, whos camera is stationary behind it (it doesn't turn with it), so how do I know where to camerapick to see where the plane shot? And where would I put a pointer? | 
| 
 | ||
| Why not use a linepick directly forwards from the airplane's nose.  Or don't use pick commands at all and simply fire 'bullets' an let them collide using blitz's collision functionality. |