diff options
author | Melanie | 2012-02-15 01:11:17 +0000 |
---|---|---|
committer | Melanie | 2012-02-15 01:11:17 +0000 |
commit | 272ba5a741ad1b486ee11174a46fa15573a78e83 (patch) | |
tree | 41a330f517cff6bda34e38657ad0d359a35eab86 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Refactor appearance saving for NPC to use AvatarFactoryModule interface. (diff) | |
download | opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.zip opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.gz opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.bz2 opensim-SC-272ba5a741ad1b486ee11174a46fa15573a78e83.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 07e7533..8671e31 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -655,6 +655,11 @@ | |||
655 | world_gravityy = 0 | 655 | world_gravityy = 0 |
656 | world_gravityz = -9.8 | 656 | world_gravityz = -9.8 |
657 | 657 | ||
658 | ; Terminal velocity of a falling avatar | ||
659 | ; This is the same http://en.wikipedia.org/wiki/Terminal_velocity#Examples | ||
660 | ; Max value is 255, min value is 0 | ||
661 | avatar_terminal_velocity = 54 | ||
662 | |||
658 | ; World Step size. (warning these are dangerous. Changing these will probably cause your scene to explode dramatically) | 663 | ; World Step size. (warning these are dangerous. Changing these will probably cause your scene to explode dramatically) |
659 | ; reference: fps = (0.089/ODE_STEPSIZE) * 1000; | 664 | ; reference: fps = (0.089/ODE_STEPSIZE) * 1000; |
660 | world_stepsize = 0.0178 | 665 | world_stepsize = 0.0178 |
@@ -1065,7 +1070,6 @@ | |||
1065 | [LightShare] | 1070 | [LightShare] |
1066 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | 1071 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. |
1067 | ; It has no ill effect on viewers which do not support server-side windlight settings. | 1072 | ; It has no ill effect on viewers which do not support server-side windlight settings. |
1068 | ; Currently we only have support for MySQL databases. | ||
1069 | enable_windlight = false | 1073 | enable_windlight = false |
1070 | 1074 | ||
1071 | 1075 | ||