1
0
Fork 0

Fix common gear rumble sound problem

Rumble/squeal should depend on groundspeed, not
airspeed (which includes wind)
This commit is contained in:
ThorstenB 2011-01-10 23:30:19 +01:00
parent 9e917d121a
commit 38bb477f6a

View file

@ -119,7 +119,7 @@
<z>-1.5</z>
</position>
<volume>
<property>velocities/airspeed-kt</property>
<property>velocities/groundspeed-kt</property>
<type>log</type>
<factor>0.25</factor>
</volume>
@ -177,7 +177,7 @@
<max>1.0</max>
</volume>
<pitch>
<property>velocities/airspeed-kt</property>
<property>velocities/groundspeed-kt</property>
<factor>0.0025</factor>
<offset>1.2</offset>
</pitch>