What is the default value Pitch/Roll/Yaw Torque Scale?
Default pitch/roll/yaw torque scale values?Solved
Last I checked, the were:
public float fuelPerSec = 0.25f;
public float liftFraction = 0.25f;
public float torqueScalePitch = 400f;
public float torqueScaleYaw = 400f;
public float torqueScaleRoll = 200f;
public float fuelPerSec = 0.25f;
public float liftFraction = 0.25f;
public float torqueScalePitch = 400f;
public float torqueScaleYaw = 400f;
public float torqueScaleRoll = 200f;
Locked automatically