diff options
author | Lani Global | 2014-02-22 18:28:48 +0000 |
---|---|---|
committer | Robert Adams | 2014-03-10 22:11:24 -0700 |
commit | 71c808cd32f6049d99b8d802d24ab1d07011fb48 (patch) | |
tree | 053abfdd187dab80d9052ce700856d591a346c77 /bin/OpenSim.ini.example | |
parent | PhysicalPrimMax to 64m for ini Default files to enable standard size prims an... (diff) | |
download | opensim-SC-71c808cd32f6049d99b8d802d24ab1d07011fb48.zip opensim-SC-71c808cd32f6049d99b8d802d24ab1d07011fb48.tar.gz opensim-SC-71c808cd32f6049d99b8d802d24ab1d07011fb48.tar.bz2 opensim-SC-71c808cd32f6049d99b8d802d24ab1d07011fb48.tar.xz |
PhysicalPrimMax 64m for OpenSim_ini_example standard size prim
Signed-off-by: Robert Adams <misterblue@misterblue.com>
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e3b91ae..c4697a1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -113,15 +113,15 @@ | |||
113 | ;; NonPhysicalPrimMax!). | 113 | ;; NonPhysicalPrimMax!). |
114 | ; NonPhysicalPrimMax = 256 | 114 | ; NonPhysicalPrimMax = 256 |
115 | 115 | ||
116 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10 | 116 | ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01 |
117 | ;; Maximum size where a prim can be physical. Affects resizing of | 117 | ;; Maximum size where a prim can be physical. Affects resizing of |
118 | ;; existing prims. This can be overriden in the region config file. | 118 | ;; existing prims. This can be overriden in the region config file. |
119 | ; PhysicalPrimMin = 0.01 | 119 | ; PhysicalPrimMin = 0.01 |
120 | 120 | ||
121 | ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10 | 121 | ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 64 |
122 | ;; Maximum size where a prim can be physical. Affects resizing of | 122 | ;; Maximum size where a prim can be physical. Affects resizing of |
123 | ;; existing prims. This can be overriden in the region config file. | 123 | ;; existing prims. This can be overriden in the region config file. |
124 | ; PhysicalPrimMax = 10 | 124 | ; PhysicalPrimMax = 64 |
125 | 125 | ||
126 | ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false | 126 | ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false |
127 | ;; If a viewer attempts to rez a prim larger than the non-physical or | 127 | ;; If a viewer attempts to rez a prim larger than the non-physical or |