Merge branch 'master' of git://mapserver.flightgear.org/fgdata
This commit is contained in:
commit
3a2ae5ec23
8 changed files with 1233 additions and 1223 deletions
|
@ -1,4 +1,4 @@
|
||||||
Document started 27/01/2008 by Tiago Gusmão
|
Document started 27/01/2008 by Tiago Gusmão
|
||||||
Updated 02/02/2008 to reflect syntax changes
|
Updated 02/02/2008 to reflect syntax changes
|
||||||
Updated 03/02/2008 to add trails (connected particles)
|
Updated 03/02/2008 to add trails (connected particles)
|
||||||
|
|
||||||
|
|
|
@ -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-fps</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>
|
||||||
|
|
|
@ -226,11 +226,7 @@ settimer( func {visibility_loop(); },0);
|
||||||
####################################
|
####################################
|
||||||
|
|
||||||
var setLift = func (lift) {
|
var setLift = func (lift) {
|
||||||
|
setprop("/environment/local-weather-lift-fps",lift);
|
||||||
if (features.can_disable_environment == 1)
|
|
||||||
{
|
|
||||||
setprop("/environment/wind-from-down-fps",lift);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Show worst-case frame latency</label>
|
<label>Show frame spacing</label>
|
||||||
<property>/sim/rendering/frame-latency-display</property>
|
<property>/sim/rendering/frame-latency-display</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
|
|
@ -73,64 +73,64 @@
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
<text>
|
||||||
|
<label>Lighting</label>
|
||||||
|
<halign>left</halign>
|
||||||
|
</text>
|
||||||
|
<hrule>
|
||||||
|
<stretch>true</stretch>
|
||||||
|
</hrule>
|
||||||
|
</group>
|
||||||
|
|
||||||
<group>
|
<checkbox>
|
||||||
<layout>hbox</layout>
|
<halign>left</halign>
|
||||||
<text>
|
<label>Sun/Moon horizon effect</label>
|
||||||
<label>Lighting</label>
|
<property>/sim/rendering/horizon-effect</property>
|
||||||
<halign>left</halign>
|
<binding>
|
||||||
</text>
|
<command>dialog-apply</command>
|
||||||
<hrule>
|
</binding>
|
||||||
<stretch>true</stretch>
|
</checkbox>
|
||||||
</hrule>
|
-->
|
||||||
</group>
|
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Sun/Moon horizon effect</label>
|
<label>Use point sprites for runway lights (requires restart)</label>
|
||||||
<property>/sim/rendering/horizon-effect</property>
|
<property>/sim/rendering/point-sprites</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<!--
|
||||||
<halign>left</halign>
|
<checkbox>
|
||||||
<label>Use point sprites for runway lights</label>
|
<halign>left</halign>
|
||||||
<property>/sim/rendering/point-sprites</property>
|
<label>Enhanced runway lighting</label>
|
||||||
<binding>
|
<property>/sim/rendering/enhanced-lighting</property>
|
||||||
<command>dialog-apply</command>
|
<binding>
|
||||||
</binding>
|
<command>dialog-apply</command>
|
||||||
</checkbox>
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Enhanced runway lighting</label>
|
<label>Runway light distance attenuation</label>
|
||||||
<property>/sim/rendering/enhanced-lighting</property>
|
<property>/sim/rendering/distance-attenuation</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Runway light distance attenuation</label>
|
<label>Specular reflections on objects</label>
|
||||||
<property>/sim/rendering/distance-attenuation</property>
|
<property>/sim/rendering/specular-highlight</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
-->
|
||||||
<checkbox>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Specular reflections on objects</label>
|
|
||||||
<property>/sim/rendering/specular-highlight</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
@ -167,16 +167,16 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Lightning</label>
|
<label>Lightning</label>
|
||||||
<property>/sim/rendering/lightning-enable</property>
|
<property>/sim/rendering/lightning-enable</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
@ -207,16 +207,16 @@
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Animated jetways</label>
|
<label>Animated jetways</label>
|
||||||
<name>jetways</name>
|
<name>jetways</name>
|
||||||
<property>/sim/jetways/enabled</property>
|
<property>/sim/jetways/enabled</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
<object-name>jetways</object-name>
|
<object-name>jetways</object-name>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
@ -231,16 +231,16 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>2D clouds</label>
|
<label>2D clouds</label>
|
||||||
<property>/sim/rendering/bump-mapping</property>
|
<property>/sim/rendering/bump-mapping</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
@ -690,8 +690,6 @@
|
||||||
</text>
|
</text>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
</slider>
|
</slider>
|
||||||
<text>
|
<text>
|
||||||
<label>12345678</label>
|
<label>12345678</label>
|
||||||
<format>%.2f</format>
|
<format>%.2f m</format>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
||||||
</text>
|
</text>
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
</slider>
|
</slider>
|
||||||
<text>
|
<text>
|
||||||
<label>12345678</label>
|
<label>12345678</label>
|
||||||
<format>%.2f</format>
|
<format>%.2f m</format>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
<property>/sim/rendering/osg-displaysettings/eye-separation</property>
|
<property>/sim/rendering/osg-displaysettings/eye-separation</property>
|
||||||
</text>
|
</text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue