
Anything speedometer(tachometer) with vehicle for value?
Anything speedometer(tachometer) with vehicle for value?

Re: Anything speedometer(tachometer) with vehicle for value?
Each wheel's DrivingMotor has a GetRelativeVelocity method which returns the relative linear velocity between the wheel contact and the ground. You could use those, or just dot the car's linear velocity with the car's orientation matrix forward vector.