Decreased sensitivity of nosewheel steering.
This commit is contained in:
parent
d06b189fe5
commit
2905cded9b
1 changed files with 4 additions and 2 deletions
|
@ -68,7 +68,9 @@
|
|||
</propeller>
|
||||
|
||||
<gear x="-1" y="0" z="-1.5" compression=".4"> <!-- nose -->
|
||||
<control-input axis="/controls/rudder" control="STEER"/>
|
||||
<control-input axis="/controls/rudder" control="STEER"
|
||||
src0="-1.0" src1="1.0"
|
||||
dst0="-0.1" dst1="0.1"/>
|
||||
</gear>
|
||||
|
||||
<gear x="-2.82" y="1.15" z="-1.36" compression=".3"> <!-- left main -->
|
||||
|
@ -88,4 +90,4 @@
|
|||
<ballast x="-2.0" y="-.33" z="0" mass="180"/> <!-- passenger -->
|
||||
<ballast x="-1.0" y="-.33" z="0" mass="200"/> <!-- cockpit -->
|
||||
|
||||
</airplane>
|
||||
</airplane>
|
||||
|
|
Loading…
Reference in a new issue