Add a /sim/rendering/random-vegetation property value, defaulting to true. Also remove the userarchive from both the random-object and random-vegetation properties as these can't be set within FG.
This commit is contained in:
parent
f937d989a9
commit
2472fa5a89
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<rough userarchive="y">9000</rough>
|
||||
<bare userarchive="y">30000</bare>
|
||||
</static-lod>
|
||||
<random-objects type="bool" userarchive="y">true</random-objects>
|
||||
<random-objects type="bool">true</random-objects>
|
||||
<random-vegetation type="bool">true</random-vegetation>
|
||||
<horizon-effect type="bool" userarchive="y">false</horizon-effect>
|
||||
<point-sprites type="bool" userarchive="y">true</point-sprites>
|
||||
<enhanced-lighting type="bool" userarchive="y">false</enhanced-lighting>
|
||||
|
|
Loading…
Add table
Reference in a new issue