1
0
Fork 0

Harald Johnsen: Add a texture resolution option.

This commit is contained in:
ehofman 2005-04-26 20:15:48 +00:00
parent 3853443009
commit ba579498ae

View file

@ -131,6 +131,20 @@
</input>
</group>
<group>
<layout>hbox</layout>
<halign>right</halign>
<text><label>3D Clouds texture resolution</label></text>
<combo>
<property>/sim/rendering/clouds3d-cache-resolution</property>
<value>64</value>
<value>128</value>
<value>256</value>
<binding>
<command>dialog-apply</command>
</binding>
</combo>
</group>
<group>
<layout>hbox</layout>