diff options
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | 2 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs index 4d14a9e..c977a5d 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |||
@@ -577,7 +577,7 @@ public static class BSParam | |||
577 | new ParameterDefn<float>("AvatarHeightLowFudge", "A fudge factor to make small avatars stand on the ground", | 577 | new ParameterDefn<float>("AvatarHeightLowFudge", "A fudge factor to make small avatars stand on the ground", |
578 | 0f ), | 578 | 0f ), |
579 | new ParameterDefn<float>("AvatarHeightMidFudge", "A fudge distance to adjust average sized avatars to be standing on ground", | 579 | new ParameterDefn<float>("AvatarHeightMidFudge", "A fudge distance to adjust average sized avatars to be standing on ground", |
580 | -0.1f ), | 580 | 0f ), |
581 | new ParameterDefn<float>("AvatarHeightHighFudge", "A fudge factor to make tall avatars stand on the ground", | 581 | new ParameterDefn<float>("AvatarHeightHighFudge", "A fudge factor to make tall avatars stand on the ground", |
582 | 0f ), | 582 | 0f ), |
583 | new ParameterDefn<float>("AvatarContactProcessingThreshold", "Distance from capsule to check for collisions", | 583 | new ParameterDefn<float>("AvatarContactProcessingThreshold", "Distance from capsule to check for collisions", |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6d756a8..2a92fbc 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1016,7 +1016,7 @@ | |||
1016 | ; Avatar physics height adjustments. | 1016 | ; Avatar physics height adjustments. |
1017 | ; http://opensimulator.org/wiki/BulletSim#Adjusting_Avatar_Height | 1017 | ; http://opensimulator.org/wiki/BulletSim#Adjusting_Avatar_Height |
1018 | AvatarHeightLowFudge = 0 ; Adjustment at low end of height range | 1018 | AvatarHeightLowFudge = 0 ; Adjustment at low end of height range |
1019 | AvatarHeightMidFudge = -0.1 ; Adjustment at mid point of avatar height range | 1019 | AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range |
1020 | AvatarHeightHighFudge = 0 ; Adjustment at high end of height range | 1020 | AvatarHeightHighFudge = 0 ; Adjustment at high end of height range |
1021 | 1021 | ||
1022 | ; Default linkset implmentation | 1022 | ; Default linkset implmentation |