File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 "facing" : -1 ,
2929 "loadSplit" : 0.25 ,
3030 "torqueSplit" : 0.0 ,
31- "camberAngle" : -4 ,
31+ "camberAngle" : -3 ,
3232 "suspension" : {
3333 "position" : [-0.87 , 0.22 , 1.25 ],
3434 "maxLength" : 0.3 ,
4646 "facing" : 1 ,
4747 "loadSplit" : 0.25 ,
4848 "torqueSplit" : 0.0 ,
49- "camberAngle" : -4 ,
49+ "camberAngle" : -3 ,
5050 "suspension" : {
5151 "position" : [0.87 , 0.22 , 1.25 ],
5252 "maxLength" : 0.3 ,
6464 "facing" : -1 ,
6565 "loadSplit" : 0.25 ,
6666 "torqueSplit" : 0.5 ,
67- "camberAngle" : -1 ,
67+ "camberAngle" : 0 ,
6868 "suspension" : {
6969 "position" : [-0.87 , 0.4 , -1.42 ],
7070 "maxLength" : 0.4 ,
8282 "facing" : 1 ,
8383 "loadSplit" : 0.25 ,
8484 "torqueSplit" : 0.5 ,
85- "camberAngle" : -1 ,
85+ "camberAngle" : 0 ,
8686 "suspension" : {
8787 "position" : [0.87 , 0.4 , -1.42 ],
8888 "maxLength" : 0.4 ,
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ class Vehicle: EntityComponent
285285 float transmissionRatio = abs(gearRatio) * finalDriveRatio * drivetrainEfficiency;
286286
287287 const float clutchCurve = 5.0f ;
288- const float engineInertia = 6 .0f ;
288+ const float engineInertia = 5 .0f ;
289289
290290 float effectiveClutch = pow(clutch, clutchCurve);
291291 float effectiveRadius = wheels[3 ].radius;
You can’t perform that action at this time.
0 commit comments