Add flags for bloom and ambient occlusion to Rendering Dialog.
This commit is contained in:
parent
df915f823f
commit
8fa093ce76
1 changed files with 28 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue