Added a slider for turbulence.
This commit is contained in:
parent
4f55e5e810
commit
fcf5f3e67b
1 changed files with 14 additions and 5 deletions
|
@ -6,18 +6,18 @@
|
|||
|
||||
<name>winds</name>
|
||||
<width>400</width>
|
||||
<height>180</height>
|
||||
<height>210</height>
|
||||
<modal>false</modal>
|
||||
|
||||
<text>
|
||||
<x>10</x>
|
||||
<y>150</y>
|
||||
<y>180</y>
|
||||
<label>Environment: Winds</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>110</y>
|
||||
<y>140</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>wind direction (deg)</label>
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>80</y>
|
||||
<y>110</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>base wind speed (kt)</label>
|
||||
|
@ -35,13 +35,22 @@
|
|||
|
||||
<input>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
<y>80</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>gust wind speed (kt)</label>
|
||||
<property>/environment/params/gust-wind-speed-kt</property>
|
||||
</input>
|
||||
|
||||
<slider>
|
||||
<x>10</x>
|
||||
<y>50</y>
|
||||
<width>200</width>
|
||||
<height>25</height>
|
||||
<label>turbulence</label>
|
||||
<property>/environment/turbulence-norm</property>
|
||||
</slider>
|
||||
|
||||
<button>
|
||||
<x>5</x>
|
||||
<y>10</y>
|
||||
|
|
Loading…
Reference in a new issue