Talking about FPP models we need to acquire a just assumption that the object visible on the screen is only a decoration, a prop. It has not much in common with the game mechanics. In reality, in video games we do not shoot with a weapon but with a crosshair.
Modelling for the FPP view is, therefore, matching perfect, artistically interesting forms and creating a message.
If a crosshair is the place we are aiming at, it seems logical that a weapon should also determine where this point is. Weapon should aim at the middle of the screen.
The easiest methods to show the direction could be:
- barrel – it is a common mistake to make it too short, not visible. The length should be adjusted to the FPP view otherwise, determining the direction can be difficult. Of course, some projects do not include a barrel at all.
- clear/ simple weapon’s geometry – perspective draws lines/ shapes towards the middle of the screen,
- using additional elements e.g. scopes – shows the shooting direction in a clear and obvious way.