Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
925269ba95
1 changed files with 16 additions and 0 deletions
|
@ -126,6 +126,22 @@
|
||||||
<filter-time>5</filter-time>
|
<filter-time>5</filter-time>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<name>EnvironmentInterpolator:wind-from-down</name>
|
||||||
|
<input>
|
||||||
|
<expression>
|
||||||
|
<sum>
|
||||||
|
<property>/environment/thermal-lift-fps</property>
|
||||||
|
<property>/environment/ridge-lift-fps</property>
|
||||||
|
<property>/environment/local-weather-lift</property>
|
||||||
|
</sum>
|
||||||
|
</expression>
|
||||||
|
</input>
|
||||||
|
<output>/environment/wind-from-down-fps</output>
|
||||||
|
<type>exponential</type>
|
||||||
|
<filter-time>0.5</filter-time>
|
||||||
|
</filter>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<name>EnvironmentInterpolator:turbulence-raw-magnitude</name>
|
<name>EnvironmentInterpolator:turbulence-raw-magnitude</name>
|
||||||
<enable>
|
<enable>
|
||||||
|
|
Loading…
Reference in a new issue