diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 11 |
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) |