1
0
Fork 0

Added a slider for turbulence.

This commit is contained in:
david 2003-02-12 00:32:53 +00:00
parent 4f55e5e810
commit fcf5f3e67b

View file

@ -6,18 +6,18 @@
<name>winds</name> <name>winds</name>
<width>400</width> <width>400</width>
<height>180</height> <height>210</height>
<modal>false</modal> <modal>false</modal>
<text> <text>
<x>10</x> <x>10</x>
<y>150</y> <y>180</y>
<label>Environment: Winds</label> <label>Environment: Winds</label>
</text> </text>
<input> <input>
<x>10</x> <x>10</x>
<y>110</y> <y>140</y>
<width>200</width> <width>200</width>
<height>25</height> <height>25</height>
<label>wind direction (deg)</label> <label>wind direction (deg)</label>
@ -26,7 +26,7 @@
<input> <input>
<x>10</x> <x>10</x>
<y>80</y> <y>110</y>
<width>200</width> <width>200</width>
<height>25</height> <height>25</height>
<label>base wind speed (kt)</label> <label>base wind speed (kt)</label>
@ -35,13 +35,22 @@
<input> <input>
<x>10</x> <x>10</x>
<y>50</y> <y>80</y>
<width>200</width> <width>200</width>
<height>25</height> <height>25</height>
<label>gust wind speed (kt)</label> <label>gust wind speed (kt)</label>
<property>/environment/params/gust-wind-speed-kt</property> <property>/environment/params/gust-wind-speed-kt</property>
</input> </input>
<slider>
<x>10</x>
<y>50</y>
<width>200</width>
<height>25</height>
<label>turbulence</label>
<property>/environment/turbulence-norm</property>
</slider>
<button> <button>
<x>5</x> <x>5</x>
<y>10</y> <y>10</y>