Forums Index >> Modding >> Fully translated Camera view
Page : <1> :
Look at the original file, and there are some helpful comments.
camFocusDist = 10.1; // dist. In front of tank to focus cam
camFocusUpDist = 0.9; // dist. Above tank to focus cam
camBackupDist = 6.2; // dist. Behind tank to place camera
camFloatHeight = 6.22; // dist. Above the ground to float cam
//camFloatHeight = 8.15; // dist. Above the ground to float cam
camSmooth = 0.33; // 0 -> no smoothing 1 -> so smooth camera doesn't move
camSmoothTurn = 0.77; // 0 -> no smoothing 1 -> so smooth camera doesn't move
camSmoothUp = 0.75; // 0 -> no smoothing 1 -> so smooth camera doesn't move
camFov = 90.0; // camera field of view, in degrees
camNear = 0.5; // camera near distance
Obviously smoothing means how smooth does the camera move. The closer to 1 the slower the camera moves, but is smoother.
MAX
What does it do? Change it and find out.
Active
Page : <1> :
Ok so is there a thread that fully translates this?
DefaultTankCamera.camFocusDist = 10.1;
DefaultTankCamera.camFocusUpDist = 0.9;
DefaultTankCamera.camBackupDist = 6.2;
DefaultTankCamera.camFloatHeight = 6.22;
DefaultTankCamera.camSmooth = 0.33;
DefaultTankCamera.camSmoothTurn = 0.77;
DefaultTankCamera.camSmoothUp = 0.75;
DefaultTankCamera.camNear = 0.5;
Like for example what does camSmooth stand for and etc.
Thanks. :)
- b20