1
0
Fork 0
- Removes the cloud type re-use code - I think they aren't worth the graphical artefacts that they cause in light of Tim's improvements
- Changes the transparency of the clouds. Previously, the clouds were transparent at 0m distance, opaque at 200m, then gradually more transparent to the fog limits. This meant they were generally quite transparent. Now, they are opaque from 200m to 15km, then become transparent at 20km. A side effect of this is that the current textures could probably benefit from being made slightly transparent to improve the blending of the sprites against each other.
This commit is contained in:
fredb 2008-12-11 08:29:36 +00:00
parent be5ace874f
commit 828c2069aa
2 changed files with 0 additions and 22 deletions

View file

@ -193,27 +193,6 @@
</text>
</group>
<group>
<layout>hbox</layout>
<halign>right</halign>
<text><label>Cloud types</label></text>
<slider>
<min>1</min>
<max>20</max>
<property>/sim/rendering/clouds3d-num-flavours</property>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<text>
<label>12345678</label>
<format>%d</format>
<live>true</live>
<property>/sim/rendering/clouds3d-num-flavours</property>
</text>
</group>
</group>
<hrule/>

View file

@ -102,7 +102,6 @@ Started September 2000 by David Megginson, david@megginson.com
<clouds3d-enable type="bool" userarchive="y">false</clouds3d-enable>
<clouds3d-vis-range type="float" userarchive="y">20000.0</clouds3d-vis-range>
<clouds3d-density type="float" userarchive="y">1.0</clouds3d-density>
<clouds3d-num-flavours type="int" userarchive="y">20</clouds3d-num-flavours>
<draw-otw type="bool">true</draw-otw>
<shadows-ac type="bool" userarchive="y">false</shadows-ac>
<shadows-ac-transp type="bool" userarchive="y">false</shadows-ac-transp>