aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini49
1 files changed, 34 insertions, 15 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index a0dd77b..5ca4ff1 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -949,18 +949,35 @@
949 949
950 950
951[Mesh] 951[Mesh]
952 ; enable / disable Collada mesh support 952 ; enable / disable mesh asset uploads
953 ; mesh asset must conform to standard mesh format, with OpenSim extensions
953 ; default is true 954 ; default is true
954 AllowMeshUpload = true 955 AllowMeshUpload = true
955 956
956 ; if you use Meshmerizer and want collisions for meshies, setting this to true
957 ; will cause OpenSim to attempt to decode meshies assets, extract the physics
958 ; mesh, and use it for collisions.
959 UseMeshiesPhysicsMesh = true
960
961 ; Minimum user level required to upload meshes 957 ; Minimum user level required to upload meshes
962 ;LevelUpload = 0 958 ;LevelUpload = 0
963 959
960 ; support meshes on physics
961 ;UseMeshiesPhysicsMesh = true
962
963 ;support convex shape type on normal prims
964 ; (ubOde only)
965 ;ConvexPrims = true
966
967 ;support convex shape type on sculpts
968 ; (ubOde only)
969 ;ConvexSculpts = true
970
971 ; mesh cache settings:
972 ; (ubOde only)
973 ; do cache (keep true)
974 ;MeshFileCache = true
975 ; cache folder name relative to bin/ or absolute path
976 ;MeshFileCachePath = MeshCache
977 ;MeshFileCacheDoExpire = true;
978 ;MeshFileCacheExpireHours = 48
979
980
964 981
965[Textures] 982[Textures]
966 ; If true, textures generated dynamically (i.e. through osSetDynamicTextureData() and similar OSSL functions) are reused where possible 983 ; If true, textures generated dynamically (i.e. through osSetDynamicTextureData() and similar OSSL functions) are reused where possible
@@ -982,7 +999,7 @@
982 999
983[ODEPhysicsSettings] 1000[ODEPhysicsSettings]
984 ; ## 1001 ; ##
985 ; ## Physics stats settings 1002 ; ## Physics stats settings ( most ignored by ubOde )
986 ; 1003 ;
987 1004
988 ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule 1005 ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule
@@ -1155,12 +1172,14 @@
1155 ; ## additional meshing options 1172 ; ## additional meshing options
1156 ; ## 1173 ; ##
1157 1174
1158 ; Physical collision mesh proxies are normally created for complex prim shapes, 1175 ; Physics needs to create internal meshs (or convert the object meshs or scultps)
1159 ; and collisions for simple boxes and spheres are computed algorithmically. 1176 ; for all prims except simple boxes and spheres.
1160 ; If you would rather have mesh proxies for simple prims, you can set this to 1177
1161 ; true. Note that this will increase memory usage and region startup time. 1178 ; collisions of small objects againts larger ones can have a increased CPU load cost
1162 ; Default is false. 1179 ; so this are represented by a simple BOX
1163 ;force_simple_prim_meshing = false 1180 ; if all their scale dimensions are lower or equal to this option. Default is 0.1m
1181 ; (ubOde only)
1182 ; MinSizeToMeshmerize = 0.1
1164 1183
1165 1184
1166[BulletSim] 1185[BulletSim]
@@ -1469,7 +1488,7 @@
1469 1488
1470 ; active_trees allows module to change its trees in time. 1489 ; active_trees allows module to change its trees in time.
1471 ; some will be deleted, others created and rest may grow 1490 ; some will be deleted, others created and rest may grow
1472 ; default is false. You can change it with console comand tree active true | false later 1491 ; default is false. You can change it with console command tree active true | false later
1473 active_trees = false 1492 active_trees = false
1474 ; the trees change execution time rate (in ms) 1493 ; the trees change execution time rate (in ms)
1475 update_rate = 1000 1494 update_rate = 1000
@@ -2061,7 +2080,7 @@
2061 ;XmlRpcServiceWriteKey = 1234 2080 ;XmlRpcServiceWriteKey = 1234
2062 2081
2063 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, 2082 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
2064 ; only set to false it if you absolute sure regions and groups server suport it. 2083 ; only set to false it if you absolute sure regions and groups server support it.
2065 ; XmlRpcDisableKeepAlive = true 2084 ; XmlRpcDisableKeepAlive = true
2066 2085
2067 ; Minimum user level required to create groups 2086 ; Minimum user level required to create groups