Always enable ALS and remove the texture selection option in the rendering menu: the only one left is regioanal texturing.
This commit is contained in:
parent
2eb26c3355
commit
9872ac5c55
2 changed files with 1 additions and 49 deletions
|
@ -72,7 +72,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<model type="float" userarchive="y">1.0</model>
|
||||
<contrails type="float" userarchive="y">1.0</contrails>
|
||||
<crop type="float" userarchive="y">1.0</crop>
|
||||
<skydome type="bool" userarchive="y">false</skydome>
|
||||
<skydome type="bool" userarchive="y">true</skydome>
|
||||
<transition type="float" userarchive="y">1.0</transition>
|
||||
<urban type="float" userarchive="y">1.0</urban>
|
||||
<water type="float" userarchive="y">1.0</water>
|
||||
|
|
|
@ -76,22 +76,6 @@
|
|||
</hrule>
|
||||
</group>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Atmospheric Light Scattering (ALS)</label>
|
||||
<name>skydome-scattering</name>
|
||||
<enable>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</not>
|
||||
</enable>
|
||||
<property>/sim/rendering/shaders/skydome</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>skydome-scattering</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Shadows (may need restart to take affect)</label>
|
||||
|
@ -841,38 +825,6 @@
|
|||
</binding>
|
||||
</combo>
|
||||
|
||||
<text>
|
||||
<row>7</row>
|
||||
<col>0</col>
|
||||
<halign>left</halign>
|
||||
<label>Terrain Textures</label>
|
||||
</text>
|
||||
|
||||
<combo>
|
||||
<row>7</row>
|
||||
<col>1</col>
|
||||
<name>texture-set</name>
|
||||
<pref-width>200</pref-width>
|
||||
<property>sim/gui/dialogs/rendering/texture-set</property>
|
||||
<value>Region-specific</value>
|
||||
<value>Global</value>
|
||||
<value>Global alternative (DDS format)</value>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>texture-set</object-name>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
var file = materials[getprop("/sim/gui/dialogs/rendering/texture-set")];
|
||||
setprop("/sim/rendering/materials-file", file);
|
||||
</script>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>reload-materials</command>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
<checkbox>
|
||||
<row>8</row>
|
||||
<col>0</col>
|
||||
|
|
Loading…
Add table
Reference in a new issue