diff options
author | Lani Global | 2014-02-21 19:53:25 +0000 |
---|---|---|
committer | Robert Adams | 2014-03-10 22:11:09 -0700 |
commit | 3e8f593bf2ed525dbd53ef9807382e9dc2a64c6d (patch) | |
tree | aee8843118ad510ce6b0be39cb7dda437513c49d | |
parent | Change terrain update sending to be triggered by frame tick rather (diff) | |
download | opensim-SC-3e8f593bf2ed525dbd53ef9807382e9dc2a64c6d.zip opensim-SC-3e8f593bf2ed525dbd53ef9807382e9dc2a64c6d.tar.gz opensim-SC-3e8f593bf2ed525dbd53ef9807382e9dc2a64c6d.tar.bz2 opensim-SC-3e8f593bf2ed525dbd53ef9807382e9dc2a64c6d.tar.xz |
PhysicalPrimMax to 64m for ini Default files to enable standard size prims and mesh to be used with vehicles.
Signed-off-by: Robert Adams <misterblue@misterblue.com>
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 | ||||
-rw-r--r-- | bin/Regions/Regions.ini.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 026f285..f59dbf2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -97,7 +97,7 @@ | |||
97 | NonPhysicalPrimMax = 256 | 97 | NonPhysicalPrimMax = 256 |
98 | 98 | ||
99 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. | 99 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. |
100 | PhysicalPrimMax = 10 | 100 | PhysicalPrimMax = 64 |
101 | 101 | ||
102 | ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum | 102 | ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum |
103 | ; This can be overriden in the region config file. | 103 | ; This can be overriden in the region config file. |
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index ab3a62a..aabc4f8 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example | |||
@@ -29,7 +29,7 @@ ExternalHostName = "SYSTEMIP" | |||
29 | ; * | 29 | ; * |
30 | 30 | ||
31 | ; NonphysicalPrimMax = 256 | 31 | ; NonphysicalPrimMax = 256 |
32 | ; PhysicalPrimMax = 10 | 32 | ; PhysicalPrimMax = 64 |
33 | ; ClampPrimSize = False | 33 | ; ClampPrimSize = False |
34 | ; MaxPrims = 15000 | 34 | ; MaxPrims = 15000 |
35 | ; MaxAgents = 100 | 35 | ; MaxAgents = 100 |