From 9afe2b018fbe444c0500695dbce37bdce126feee Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 26 Nov 2015 17:29:50 +0100 Subject: Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore prior functionality. Avination code wasn't designed for deep building. --- bin/OpenSimDefaults.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 09dda10..7221353 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -138,6 +138,9 @@ ; This can be overridden in the region config file. ClampPrimSize = false + ; If a prim is loaded from an external source, clamp it to Z = 0 if Z is negative. + ClampNegativeZ = false + ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero. ; This can be overridden in the region config file. LinksetPrims = 0 -- cgit v1.1