I'm constructing a tiny first-person-shooter and am trying to get the current weapon displayed on the screen such that it moves with the camera movement - ala half-life, doom, etc. How does one go about doing this?
Thanks in advance.
At this moment the only way is to do it manually in application code. i.e. manually move the weapon mesh to the location of the camera whenever the camera moves.
Greetings,