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
|
@ -433,7 +433,6 @@
|
|||
<color_b type="double" userarchive="n">0.3</color_b>
|
||||
<surface>
|
||||
<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>
|
||||
</surface>
|
||||
</sea>
|
||||
|
|
|
@ -534,17 +534,6 @@
|
|||
</input>
|
||||
<output>/sim/environment/windsock-light</output>
|
||||
</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>
|
||||
<max>1.0</max>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue