This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Describe your issue
The weapon's model position in the 3D world space coordinate system only gets adjusted each frame by the camera's position. The problem is that it doesn't take into account where the camera's looking at; so whenever the camera looks around, the weapon's model gets lost out of the camera's viewport.
Steps to reproduce
- Launch the game in offline mode.
- Rotate the camera with the mouse.
- Notice how the weapon's model doesn't stay static in the same position.
What was the expected result?
The weapon's model should always stay in the same position, as it's attached somehow to the camera.
Put here any screenshots or videos (optional)
No response