Hello,
What is the standard way to draw a targeting icon over a target like in a Flight Sim game? My thoughts are:
- Draw it on the HUD. If this is standard, is there an exposed vector node for where the target appears on the screen (as opposed to the 3d world location vector) that can be used to place the icon over the target? If not, what would be the best way to determine where to place the icon on the HUD?
- Use a billboard attached to the target. This seems like it would be a problem to keep the billboard between the target and the player.
- Use a billboard as a separate actor in the scene. This also would seem to be a problem to keep it in the line of sight between the player and the target.
Thanks for any help!
Byron