【修改了一下翻译,一些东西委实不懂,大概做了个润色,能好理解些个】
视角2调整:
def\camera\units\behind_rotation_basic.sii
distance_interval: (4.0, 9.0) // min and max distances from the truck
与卡车的最小和最大距离,改为:(4.0, 29.0)
distance_trailer_max_offset: 2.0 // offset added to the maximum distance when a trailer is attached
挂上拖车后,增加到最大距离的偏移量,改为:22.0
distance_default: 9.0 // default camera distance (no trailer)
默认的摄像头距离(无拖挂),改为:19.0
distance_trailer_default: 10.5 // default camera distance (trailer attached)
默认的摄像头距离(带拖挂),改为:19.5
distance_change_speed: 0.6 // how fast the zoom in/out impulse changes the distance from the truck
缩放动作以何种速度改变与卡车之间的距离,改为:0.9
distance_laziness_speed: 3.0 // speed of the smooth distance change
平滑距离改变的速度,改为:5.0