This commit is contained in:
CortexCore
2025-06-26 23:34:50 +08:00
parent a772331918
commit 1e4643f20f
15 changed files with 318 additions and 17 deletions

View File

@@ -27,13 +27,13 @@ namespace Net.Project.B.WorldNode
public bool allowAckermannSteering;
public float steeringWheelAngle=180;
public float steeringWheelAngle { get; set; } = 45;
public float maxForwardSpeed = 100f; // 100f default
public float maxReverseSpeed = 30f; // 30f default
public float horsePower = 1000f; // 100f0 default
public float brakePower = 2000f; // 2000f default
public float handbrakeForce = 3000f; // 3000f default
public float handbrakeForce = 1000f; // 3000f default
public float maxSteerAngle = 30f; // 30f default
public float steeringSpeed = 5f; // 0.5f default
public float stopThreshold = 1f; // 1f default. At what speed car will make a full stop