Add [Terrain]SendTerrainUpdatesByViewDistance=false to OpenSimDefaults.ini
so people can find the setting.bullet-2.82
parent
3552cfb1a5
commit
8956cdc55f
|
@ -1755,8 +1755,12 @@
|
||||||
|
|
||||||
|
|
||||||
[Terrain]
|
[Terrain]
|
||||||
|
; Values can be "pinhead-island" or "flat"
|
||||||
InitialTerrain = "pinhead-island"
|
InitialTerrain = "pinhead-island"
|
||||||
|
; If 'true' each avatar is only sent terrain patches within their view distance
|
||||||
|
; This also changes the region terrain loading from 'lawn mower' to ordered around
|
||||||
|
; the avatar outward.
|
||||||
|
SendTerrainUpdatesByViewDistance = False
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; If you are using a simian grid frontend you can enable
|
;; If you are using a simian grid frontend you can enable
|
||||||
|
|
Loading…
Reference in New Issue