1
0
Fork 0

Restoring the airport keep effect for CA. This isn't just an aesthetic problem - at lower quality levels it's needed for rendering landing lights and in general for snowdrift and the runway edges without creating visual artifacts. Such artifacts at the runway edge where pilots regularly look are far more worrisome than at the interface between airport keep and terrain

This commit is contained in:
Thorsten Renk 2016-01-11 08:44:31 +02:00
parent 6f4666178a
commit 630a46c11d
2 changed files with 22 additions and 6 deletions

View file

@ -86,9 +86,17 @@
<name>Grass</name>
<name>Airport</name>
<name>AirportKeep</name>
<effect>Effects/airfield</effect>
<texture-set>
<texture>Terrain/california-airport.png</texture>
<texture n="13">Terrain/gravel_red.png</texture>
<texture n="14">Terrain/grass_dry2.png</texture>
</texture-set>
<parameters>
<grit_alpha>0.4</grit_alpha>
<use_overlay>1</use_overlay>
<overlay_bias>-0.1</overlay_bias>
</parameters>
<xsize>250</xsize>
<ysize>250</ysize>
<light-coverage>4000000.0</light-coverage>

View file

@ -36,9 +36,17 @@
<name>Grass</name>
<name>Airport</name>
<name>AirportKeep</name>
<effect>Effects/airfield</effect>
<texture-set>
<texture>Terrain/california-airport.png</texture>
<texture n="13">Terrain/gravel_red.png</texture>
<texture n="14">Terrain/grass_dry2.png</texture>
</texture-set>
<parameters>
<grit_alpha>0.4</grit_alpha>
<use_overlay>1</use_overlay>
<overlay_bias>-0.1</overlay_bias>
</parameters>
<xsize>250</xsize>
<ysize>250</ysize>
<light-coverage>4000000.0</light-coverage>