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>
0.8.0.3
Lani Global 2014-02-21 19:53:25 +00:00 committed by Robert Adams
parent 742f505440
commit 3e8f593bf2
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
NonPhysicalPrimMax = 256 NonPhysicalPrimMax = 256
; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file.
PhysicalPrimMax = 10 PhysicalPrimMax = 64
; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
; This can be overriden in the region config file. ; This can be overriden in the region config file.

View File

@ -29,7 +29,7 @@ ExternalHostName = "SYSTEMIP"
; * ; *
; NonphysicalPrimMax = 256 ; NonphysicalPrimMax = 256
; PhysicalPrimMax = 10 ; PhysicalPrimMax = 64
; ClampPrimSize = False ; ClampPrimSize = False
; MaxPrims = 15000 ; MaxPrims = 15000
; MaxAgents = 100 ; MaxAgents = 100