Move tide calculations from FGLight into it's own subsystem
This commit is contained in:
parent
d99b621009
commit
c7c2804191
2 changed files with 0 additions and 12 deletions
Environment
|
@ -433,7 +433,6 @@
|
||||||
<color_b type="double" userarchive="n">0.3</color_b>
|
<color_b type="double" userarchive="n">0.3</color_b>
|
||||||
<surface>
|
<surface>
|
||||||
<ice-cover type="double" userarchive="n">0.0</ice-cover>
|
<ice-cover type="double" userarchive="n">0.0</ice-cover>
|
||||||
<tide-factor type="double" userarchive="n">0.6</tide-factor>
|
|
||||||
<delta-T-tide type="double" userarchive="n">0.0</delta-T-tide>
|
<delta-T-tide type="double" userarchive="n">0.0</delta-T-tide>
|
||||||
</surface>
|
</surface>
|
||||||
</sea>
|
</sea>
|
||||||
|
|
|
@ -534,17 +534,6 @@
|
||||||
</input>
|
</input>
|
||||||
<output>/sim/environment/windsock-light</output>
|
<output>/sim/environment/windsock-light</output>
|
||||||
</filter>
|
</filter>
|
||||||
<!--
|
|
||||||
Tides
|
|
||||||
-->
|
|
||||||
<filter>
|
|
||||||
<name>MetarController:layer:tide-level</name>
|
|
||||||
<type>gain</type>
|
|
||||||
<scale>0.5</scale>
|
|
||||||
<offset>0.5</offset>
|
|
||||||
<input>/sim/time/tide-level-norm</input>
|
|
||||||
<output>/environment/sea/surface/delta-T-tide</output>
|
|
||||||
</filter>
|
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue