Add new LOD key: AI/MP Interior, default value: 50.0
This commit is contained in:
parent
4e456772ac
commit
5f342fdc7c
2 changed files with 13 additions and 0 deletions
|
@ -86,6 +86,18 @@
|
|||
<property>/sim/rendering/static-lod/ai-detailed</property>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
<row>4</row><col>0</col>
|
||||
<halign>right</halign>
|
||||
<label>AI/MP Interior</label>
|
||||
</text>
|
||||
|
||||
<input>
|
||||
<row>4</row><col>1</col>
|
||||
<halign>fill</halign>
|
||||
<property>/sim/rendering/static-lod/ai-interior</property>
|
||||
</input>
|
||||
|
||||
<!-- // meaningless for now...
|
||||
<input>
|
||||
<row>3</row><col>3</col>
|
||||
|
|
|
@ -170,6 +170,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<bare type="double" userarchive="y">30000</bare>
|
||||
<ai-detailed type="double" userarchive="y">10000</ai-detailed>
|
||||
<!-- ai-bare type="double" userarchive="y">10000</ai-bare -->
|
||||
<ai-interior type="double" userarchive="y">50</ai-interior>
|
||||
</static-lod>
|
||||
<random-objects type="bool" userarchive="y">true</random-objects>
|
||||
<random-vegetation type="bool" userarchive="y">true</random-vegetation>
|
||||
|
|
Loading…
Reference in a new issue