Property MaxPushoffVel
MaxPushoffVel
Stance leg will only pushOff to increase momentum if the vertical hip velocity is less than this value. 0.4 seems like a good value. The higher it is the less this functionality is applied. If it is very low or negative this can stop the pushOff altogether.
Declaration
public float MaxPushoffVel { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 20.0f. Min value = -20.0f. Max value = 20.0f.