1
0
Fork 0

Add flags for bloom and ambient occlusion to Rendering Dialog.

This commit is contained in:
Stuart Buchanan 2012-05-12 22:02:04 +01:00
parent df915f823f
commit 8fa093ce76

View file

@ -558,6 +558,34 @@
</hrule>
</group>
<checkbox>
<halign>left</halign>
<label>Bloom</label>
<name>bloom</name>
<property>/sim/rendering/rembrandt/bloom</property>
<binding>
<command>dialog-apply</command>
<object-name>bloom</object-name>
</binding>
<visible>
<property>/sim/rendering/rembrandt/enabled</property>
</visible>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Ambient occlusion</label>
<name>occlusion</name>
<property>/sim/rendering/rembrandt/ambient-occlusion</property>
<binding>
<command>dialog-apply</command>
<object-name>occlusion</object-name>
</binding>
<visible>
<property>/sim/rendering/rembrandt/enabled</property>
</visible>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Shadows</label>