Add quality-level to defaults.xml to keep backwards compatibility with custom shaders
This commit is contained in:
parent
4e38061fff
commit
5716117e9c
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<water type="float" userarchive="y">1.0</water>
|
||||
<wind-effects type="float" userarchive="y">0.0</wind-effects>
|
||||
<vegetation-effects type="float" userarchive="y">0.0</vegetation-effects>
|
||||
<!-- Legacy property. Kept for backwards compatibility with aircraft
|
||||
with custom shaders -->
|
||||
<quality-level type="float" userarchive="y">5.0</quality-level>
|
||||
</shaders>
|
||||
<mie type="float" userarchive="y">0.003</mie>
|
||||
<rayleigh type="float" userarchive="y">0.0003</rayleigh>
|
||||
|
|
Loading…
Reference in a new issue