Author Topic: Top down vehicle  (Read 574 times)

How would I make the 3rd person view of my vehicle top down?

What would I edit here
Code: [Select]
// 3rd person camera settings
cameraRoll = false;         // Roll the camera with the vehicle
cameraMaxDist = 10;         // Far distance from vehicle
cameraOffset = 7.5;        // Vertical offset from camera mount point
cameraLag = 0.0;           // Velocity lag of camera
cameraDecay = 0.75;        // Decay per sec. rate of velocity lag
cameraTilt = 1.4;

dont think thats possible....

I'm making a guess here, but could you make the eye node above the vehicle and rotate it so that it's facing top-down?

dont think thats possible....
Yes it is
I'm making a guess here, but could you make the eye node above the vehicle and rotate it so that it's facing top-down?
Vehicles don't use eye nodes

I played with some of the jeep's properties and I can't quite get it working right. Try these and tweak away.
Code: [Select]
cameraMinDist = 0;
cameraMaxDist = 0.1;
cameraOffset = 15;
cameraTilt = 90;

Vehicles don't use eye nodes

Your right. I was thinking of the tank turret, but then I realized I was wrong.