From 059a09a684f80d2db415d147f73d2a0bcba06036 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 17 Nov 2015 18:34:22 +0000 Subject: add LegacySitOffsets option to configuration file --- bin/OpenSimDefaults.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f1d6f84..09dda10 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -117,6 +117,13 @@ ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here see_into_region = true + ;; use legacy math for sittarget offset "correction" + ;; set this option to false to use improved math more compatibility with SL. + ;; keep it true if you have many old objects with sits set by scripts. + ;; the offset in question is added to the SitTarget to find the sitting avatar position. + ;; acording to its size, etc. + ; LegacySitOffsets = true; + ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos ; Increasing this number will increase memory usage. MaxPrimUndos = 20 -- cgit v1.1