i local libs commit
parent
44255fdde2
commit
3d68d1deda
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -914,6 +914,12 @@
|
||||||
ShouldEnableFrictionCaching = False;
|
ShouldEnableFrictionCaching = False;
|
||||||
NumberOfSolverIterations = 0;
|
NumberOfSolverIterations = 0;
|
||||||
|
|
||||||
|
; Linkset constraint parameters
|
||||||
|
LinkConstraintUseFrameOffset = False;
|
||||||
|
LinkConstraintEnableTransMotor = True;
|
||||||
|
LinkConstraintTransMotorMaxVel = 5.0;
|
||||||
|
LinkConstraintTransMotorMaxForce = 0.1;
|
||||||
|
|
||||||
|
|
||||||
; Whether to mesh sculpties
|
; Whether to mesh sculpties
|
||||||
MeshSculptedPrim = true
|
MeshSculptedPrim = true
|
||||||
|
@ -931,7 +937,7 @@
|
||||||
FixedTimeStep = .01667
|
FixedTimeStep = .01667
|
||||||
|
|
||||||
MaxCollisionsPerFrame = 2048
|
MaxCollisionsPerFrame = 2048
|
||||||
MaxUpdatesPerFrame = 2048
|
MaxUpdatesPerFrame = 8192
|
||||||
|
|
||||||
[RemoteAdmin]
|
[RemoteAdmin]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
; * This file must be renamed to RegionConfig.ini and moved to the Regions/
|
|
||||||
; * subdirectory to work!
|
|
||||||
; *
|
|
||||||
; * You can put multiple regions into one file or make one file per region
|
|
||||||
; * The section name is the region name
|
|
||||||
; *
|
|
||||||
|
|
||||||
[Default Region]
|
|
||||||
|
|
||||||
; *
|
|
||||||
; * You MUST change this! It will NOT be done for you!
|
|
||||||
; *
|
|
||||||
|
|
||||||
RegionUUID = "11111111-2222-3333-4444-555555555555"
|
|
||||||
|
|
||||||
Location = "1000,1000"
|
|
||||||
InternalAddress = "127.0.0.1"
|
|
||||||
InternalPort = 9000
|
|
||||||
AllowAlternatePorts = False
|
|
||||||
ExternalHostName = "SYSTEMIP"
|
|
||||||
|
|
||||||
; *
|
|
||||||
; * Prim data
|
|
||||||
; * This allows limiting the sizes of prims and the region prim count
|
|
||||||
; *
|
|
||||||
|
|
||||||
; NonphysicalPrimMax = 256
|
|
||||||
; PhysicalPrimMax = 10
|
|
||||||
; ClampPrimSize = False
|
|
||||||
; MaxPrims = 15000
|
|
||||||
; MaxAgents = 100
|
|
||||||
|
|
||||||
; *
|
|
||||||
; * Multi-Tenancy. Only set if needed
|
|
||||||
; *
|
|
||||||
|
|
||||||
; ScopeID = "00000000-0000-0000-0000-000000000000"
|
|
||||||
|
|
||||||
; *
|
|
||||||
; * Product name (used in search from viewer 1.23
|
|
||||||
; *
|
|
||||||
|
|
||||||
; RegionType = "Mainland"
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue