diff options
author | UbitUmarov | 2012-05-05 03:28:35 +0100 |
---|---|---|
committer | UbitUmarov | 2012-05-05 03:28:35 +0100 |
commit | 163a86517ada9ae7f9f1c161192682e02e287e45 (patch) | |
tree | 3fc11a72d72bc0c0d8f799af762d2009e9a180ec /OpenSim/Region | |
parent | UbitODE: leave avatar 'freemove' state (entered on setmomentum) on any signi... (diff) | |
download | opensim-SC_OLD-163a86517ada9ae7f9f1c161192682e02e287e45.zip opensim-SC_OLD-163a86517ada9ae7f9f1c161192682e02e287e45.tar.gz opensim-SC_OLD-163a86517ada9ae7f9f1c161192682e02e287e45.tar.bz2 opensim-SC_OLD-163a86517ada9ae7f9f1c161192682e02e287e45.tar.xz |
force lower avatar density for testing
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index 672b9e0..b884b62 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -168,6 +168,10 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
168 | m_density = density; | 168 | m_density = density; |
169 | m_mass = 80f; // sure we have a default | 169 | m_mass = 80f; // sure we have a default |
170 | 170 | ||
171 | // force lower density for testing | ||
172 | m_density = 3.0f; | ||
173 | |||
174 | |||
171 | mu = parent_scene.AvatarFriction; | 175 | mu = parent_scene.AvatarFriction; |
172 | 176 | ||
173 | walkDivisor = walk_divisor; | 177 | walkDivisor = walk_divisor; |