1
0
Fork 0
fgdata/gui/dialogs/rendering.xml

105 lines
1.8 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<!-- FlightGear rendering options -->
<name>rendering</name>
<width>380</width>
<height>230</height>
<modal>false</modal>
<text>
<x>10</x>
<y>200</y>
<label>Rendering Options</label>
</text>
<text>
<x>30</x>
<y>180</y>
<label>(Check an option to enable it.)</label>
</text>
<checkbox>
<x>30</x>
<y>140</y>
<width>20</width>
<height>20</height>
<label>Sun/Moon horizon effect</label>
<property>/sim/rendering/horizon-effect</property>
</checkbox>
<checkbox>
<x>30</x>
<y>110</y>
<width>20</width>
<height>20</height>
<label>Enhanced runway lighting</label>
<property>/sim/rendering/enhanced-lighting</property>
</checkbox>
<checkbox>
<x>30</x>
<y>80</y>
<width>20</width>
<height>20</height>
<label>Runway light distance attenuation</label>
<property>/sim/rendering/distance-attenuation</property>
</checkbox>
<checkbox>
<x>30</x>
<y>50</y>
<width>20</width>
<height>20</height>
<label>Specular reflections on objects</label>
<property>/sim/rendering/specular-highlight</property>
</checkbox>
<group>
<y>10</y>
<button>
<x>10</x>
<y>0</y>
<legend>OK</legend>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
<default>true</default>
</button>
<button>
<x>60</x>
<y>0</y>
<legend>Apply</legend>
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<x>140</x>
<y>0</y>
<legend>Reset</legend>
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<x>220</x>
<y>0</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>