new properties for shadows
This commit is contained in:
parent
f507db7113
commit
df03142574
2 changed files with 10 additions and 30 deletions
|
@ -220,46 +220,22 @@
|
|||
<layout>hbox</layout>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Aircraft</label>
|
||||
<property>/sim/rendering/shadows-ac</property>
|
||||
<label>Enable</label>
|
||||
<property>/sim/rendering/shadows/enabled</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Transparency</label>
|
||||
<property>/sim/rendering/shadows-ac-transp</property>
|
||||
<label>Debug</label>
|
||||
<property>/sim/rendering/shadows/debug</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
</group>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Scenery objects</label>
|
||||
<property>/sim/rendering/shadows-to</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>AI objects</label>
|
||||
<property>/sim/rendering/shadows-ai</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Silhouette (debug)</label>
|
||||
<name>shadows-debug</name>
|
||||
<property>/sim/rendering/shadows-debug</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
|
|
|
@ -108,6 +108,10 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<shadows-ai type="bool" userarchive="y">false</shadows-ai>
|
||||
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
||||
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
||||
<shadows>
|
||||
<enabled type="bool" userarchive="y">true</enabled>
|
||||
<debug type="bool" userarchive="y">false</debug>
|
||||
</shadows>
|
||||
<fps-display type="bool" userarchive="y">false</fps-display>
|
||||
<on-screen-statistics type="int">0</on-screen-statistics>
|
||||
<glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
|
||||
|
|
Loading…
Add table
Reference in a new issue