new pacejka implementation (car not working)

This commit is contained in:
Valera
2025-06-14 18:16:26 +07:00
parent 964b46e1c5
commit 629ae6715c
14 changed files with 883 additions and 283 deletions

View File

@@ -3,7 +3,7 @@ using System;
namespace VeloX.Powertrain;
[Category( "VeloX/Powertrain/Gearbox" )]
[Category( "VeloX/Powertrain/Differential" )]
public abstract class BaseDifferential : PowertrainComponent
{
[Property] public float FinalDrive { get; set; } = 3.392f;