Increase /sim/rendering/max-paged-lod to 200
Previous value of 16 was too low and caused paging out of objects immediately.
This commit is contained in:
parent
30548cef0b
commit
9fa2aafcb5
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</terrain>
|
||||
<!-- OSG default is 300, but this means we burn lots of memory on no-longer
|
||||
visible trees / random buildings -->
|
||||
<max-paged-lod type="int">16</max-paged-lod>
|
||||
<max-paged-lod type="int">200</max-paged-lod>
|
||||
<als-secondary-lights>
|
||||
<use-searchlight type="bool">false</use-searchlight>
|
||||
<use-landing-light type="bool">false</use-landing-light>
|
||||
|
|
Loading…
Reference in a new issue