1
0
Fork 0

Square axes instead of cubing them.

This commit is contained in:
david 2003-07-08 18:35:51 +00:00
parent 16520b0a3c
commit 4f14c7a9f4

View file

@ -36,7 +36,7 @@ $Id$
<binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<power type="double">3</power>
<power type="double">2</power>
</binding>
</axis>
@ -46,7 +46,7 @@ $Id$
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor>
<power type="double">3</power>
<power type="double">2</power>
</binding>
</axis>
@ -106,7 +106,7 @@ $Id$
<binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<power type="double">3</power>
<power type="double">2</power>
</binding>
</axis>