개발 중
This commit is contained in:
@@ -34,7 +34,7 @@ internal enum SpeedType
|
||||
[SerializeField] private Vector3 m_CentreOfMassOffset;
|
||||
[SerializeField] private float m_MaximumSteerAngle;
|
||||
[Range(0, 1)] [SerializeField] private float m_SteerHelper; // 0 is raw physics , 1 the car will grip in the direction it is facing
|
||||
[Range(0, 1)] [SerializeField] private float m_TractionControl; // 0 is no traction control, 1 is full interference
|
||||
[Range(0, 1)] [SerializeField] private float m_TractionControl; // 0 is no traction treeList, 1 is full interference
|
||||
[SerializeField] private float m_FullTorqueOverAllWheels;
|
||||
[SerializeField] private float m_ReverseTorque;
|
||||
[SerializeField] private float m_MaxHandbrakeTorque;
|
||||
@@ -306,7 +306,7 @@ internal enum SpeedType
|
||||
}
|
||||
|
||||
|
||||
// crude traction control that reduces the power to wheel if the car is wheel spinning too much
|
||||
// crude traction treeList that reduces the power to wheel if the car is wheel spinning too much
|
||||
private void TractionControl()
|
||||
{
|
||||
WheelHit wheelHit;
|
||||
|
||||
Reference in New Issue
Block a user