aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 7f6d0e6..b9fd163 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1755,8 +1755,12 @@
1755 1755
1756 1756
1757[Terrain] 1757[Terrain]
1758 ; Values can be "pinhead-island" or "flat"
1758 InitialTerrain = "pinhead-island" 1759 InitialTerrain = "pinhead-island"
1759 1760 ; If 'true' each avatar is only sent terrain patches within their view distance
1761 ; This also changes the region terrain loading from 'lawn mower' to ordered around
1762 ; the avatar outward.
1763 SendTerrainUpdatesByViewDistance = False
1760 1764
1761;; 1765;;
1762;; If you are using a simian grid frontend you can enable 1766;; If you are using a simian grid frontend you can enable