Simplify fleet curve configuration
This commit is contained in:
@@ -289,9 +289,7 @@ public class FleetCurveWalk : MovementDefinition
|
||||
var resolution = Math.Max(2, BezierResolution);
|
||||
var speedFinish = Math.Min(baseSpeed, Math.Abs(FinishSpeed));
|
||||
var gcpLimit = Math.Max(1f, Math.Abs(GcpThetaThreshold));
|
||||
var controlRadius = Math.Max(1f, Math.Abs(conf.MultiVehicleControlRadius > 0
|
||||
? conf.MultiVehicleControlRadius
|
||||
: conf.TestCarSyncDistance / 2f));
|
||||
var controlRadius = Math.Max(1f, Math.Abs(conf.TestCarSyncDistance) / 2f);
|
||||
|
||||
ApplyFleetControlPointRadius(chassis, controlRadius);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user