The Fast and the Dead
by
MacScottie
Based on the addon's default Over-the-shoulder view with the camera positioned closer to the center.
Code:
#define __offsetX 0.3
#define __offsetY 0
#define __offsetZ -1.2
Ghost Recon Style
by
Mjolnir66
This camera position is based on the third person view found in Ghost Recon, positioned on the level with the rifle, very much to the side and close to the action.
Code:
#define __offsetX 0.4
#define __offsetY -0.3
#define __offsetZ -0.6
Personal Space
by
Operator
Located over your shoulder but a fair distance away it is a blend of Over-the-shoulder and the default position.
Code:
#define __offsetX 0.4
#define __offsetY -0.1
#define __offsetZ -2.1
Over-the-shoulder
by
Deadfast
An over-the-shoulder camera created by yours truly. This is the default position found after installing the addon.
Code:
#define __offsetX 0.4
#define __offsetY -0.1
#define __offsetZ -1.2
ARMA3 Default
by
Bohemia Interactive
Default position of the camera in ARMA3.
Code:
#define __offsetX 0.22
#define __offsetY -0.05
#define __offsetZ -2.2