Hello, I'm wondering if it's possible for the driver of my vehicle to have the same perspective in 3rd person as the passengers. Currently, the third person camera is in the center of the vehicle with these settings.
// 3rd person camera settings
cameraRoll = true; // Roll the camera with the vehicle
cameraMaxDist = 0; // Far distance from vehicle
cameraOffset = 0; // Vertical offset from camera mount point
cameraLag = 0.0; // Velocity lag of camera
cameraDecay = 0; // Decay per sec. rate of velocity lag
cameraTilt = 0;
collisionTol = 0.2; // Collision distance tolerance
contactTol = 0.2;
useEyePoint = false;
Edit: The camera seems to be in the center of the collision box, it rotates 180 degrees in both directions.