aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2015-10-21 01:39:32 +0100
committerUbitUmarov2015-10-21 01:39:32 +0100
commitd44bb7d009a12616cb2a66bb9412c82d80565bc1 (patch)
treeace91dbe84f19eb8fb49e3695f499284b4fc494f /bin
parent also on OpenSimDefaults.ini (diff)
downloadopensim-SC_OLD-d44bb7d009a12616cb2a66bb9412c82d80565bc1.zip
opensim-SC_OLD-d44bb7d009a12616cb2a66bb9412c82d80565bc1.tar.gz
opensim-SC_OLD-d44bb7d009a12616cb2a66bb9412c82d80565bc1.tar.bz2
opensim-SC_OLD-d44bb7d009a12616cb2a66bb9412c82d80565bc1.tar.xz
we do not have prims with size 2^128...
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 27d4ad8..b2f3947 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -895,14 +895,13 @@
895 ; number of iterations of constrains solver, higher should improve results up to a point, but taking more time. No real gain in more than default 895 ; number of iterations of constrains solver, higher should improve results up to a point, but taking more time. No real gain in more than default
896 world_solver_iterations = 10 896 world_solver_iterations = 10
897 897
898 ;World Space settings. Affects memory consumption vs Collider CPU time for avatar and physical prim 898 ;Spaces level settings. Affects memory consumption vs Collider CPU time for avatar and physical prim
899 world_hashspace_size_low = -4 899 ; defines spaces partition cells min and max sizes == 2^value
900 world_hashSpace_size_high = 128 900 world_hashspace_level_low = -5
901 world_hashSpace_level_high = 12
901 902
902 ;Dynamic space settings Affects memory consumption vs Collider CPU time for static prim
903 meters_in_small_space = 29.9 903 meters_in_small_space = 29.9
904 small_hashspace_size_low = -4 904
905 small_hashspace_size_high = 66
906 905
907 ; ## 906 ; ##
908 ; ## Contact properties. (the stuff that happens when things come in contact with each other) 907 ; ## Contact properties. (the stuff that happens when things come in contact with each other)