《FIFA足球经理06》比赛详细设定参数
2011-11-22 15:15:09来源:游戏下载
// TEST——未知
SMARTPASS_LEADING_DIST_LV0 = 4
SMARTPASS_LEADING_DIST_LV1 = 7
SMARTPASS_LEADING_DIST_LV2 = 10
// Height of the camera (meters) - above the field
TCM_CAM_HEIGHT = 37——摄像机高度
// Horizontal distance of the camera from the focus-target (meters) - this moves the camera on the X axis in the positive direction
TCM_CAM_DEPTH_DIST = 115——摄像机深度
// This is the lens angle of the camera view (degrees)
TCM_CAM_LENSE_ANGLE = 13.5——摄像机角度
// This defines how less movement should the camera-position do compared to the camera-target (along the Z axis)
// Example: if this is 1.0 - the camera is moving simultaneously with the focus target along the Z axis (field length)
// Example: if this is 0.5 and the focus target is on the goal - the camera moves to 50% of the field
TCM_CAM_HORIZONTAL_FOLLOWING = 0——摄像机延Z轴的广角追踪距离
// Boundaries of the camera position along the Z axis (field length) [1.0=field_half_length]
// Example: 1.0 means the camera position doesn't cross the goal-line
// Example: approx 0.7 means the camera position doesn't cross the penalty box line
TCM_CAM_HORIZONTAL_BOUNDS = 0.9——摄像机延Z轴的广角追踪范围
// Boundaries of the camera position along the X axis (across the field) [1.0=field_half_width]
// Example: 1.0 would look like there is an imaginary wall on the side-line that the camera doesn't cross
// Example: 2.0 would work like an imaginary wall that is half_field_width out of the field that stops the camera
TCM_CAM_DEPTH_BOUNDS = 3.5——摄像机延Z轴的广角追踪景深
// Means the distance to the near clipping plane of the camera (meters)
// This can b
编辑:
有用(0人)