Fix common gear rumble sound problem
Rumble/squeal should depend on groundspeed, not airspeed (which includes wind)
This commit is contained in:
parent
9e917d121a
commit
38bb477f6a
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
||||||
<z>-1.5</z>
|
<z>-1.5</z>
|
||||||
</position>
|
</position>
|
||||||
<volume>
|
<volume>
|
||||||
<property>velocities/airspeed-kt</property>
|
<property>velocities/groundspeed-kt</property>
|
||||||
<type>log</type>
|
<type>log</type>
|
||||||
<factor>0.25</factor>
|
<factor>0.25</factor>
|
||||||
</volume>
|
</volume>
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
</volume>
|
</volume>
|
||||||
<pitch>
|
<pitch>
|
||||||
<property>velocities/airspeed-kt</property>
|
<property>velocities/groundspeed-kt</property>
|
||||||
<factor>0.0025</factor>
|
<factor>0.0025</factor>
|
||||||
<offset>1.2</offset>
|
<offset>1.2</offset>
|
||||||
</pitch>
|
</pitch>
|
||||||
|
|
Loading…
Add table
Reference in a new issue