1
0
Fork 0

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:
Stuart Buchanan 2015-06-24 20:37:12 +01:00
parent 30548cef0b
commit 9fa2aafcb5

View file

@ -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>