Add a quality index that will help user to choose the level of eye candy vs available hardware performance
This commit is contained in:
parent
cf88447fb5
commit
b3c61e6b8c
1 changed files with 21 additions and 1 deletions
|
@ -271,7 +271,7 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
</group>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
|
@ -291,6 +291,26 @@
|
|||
<property>/sim/rendering/snow-level-m</property>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>right</halign>
|
||||
<text><label>Performance vs Quality</label></text>
|
||||
<slider>
|
||||
<min>0.0</min>
|
||||
<max>5.0</max>
|
||||
<property>/sim/rendering/quality-level</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<format>%.1f</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/quality-level</property>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
</group>
|
||||
</group>
|
||||
|
|
Loading…
Add table
Reference in a new issue