diff options
author | Teravus Ovares | 2009-04-07 15:01:46 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-07 15:01:46 +0000 |
commit | 11f8ea30f9ead02a2d3d0342818fb7d931a36ecd (patch) | |
tree | c155616befc4e8e5692a92afc56172ef623220e6 /OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | |
parent | Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers greate... (diff) | |
download | opensim-SC_OLD-11f8ea30f9ead02a2d3d0342818fb7d931a36ecd.zip opensim-SC_OLD-11f8ea30f9ead02a2d3d0342818fb7d931a36ecd.tar.gz opensim-SC_OLD-11f8ea30f9ead02a2d3d0342818fb7d931a36ecd.tar.bz2 opensim-SC_OLD-11f8ea30f9ead02a2d3d0342818fb7d931a36ecd.tar.xz |
* Tweak the BulletDotNETPlugin character controller so it feels more finished.
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs index b04c96e..49a16a0 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
68 | public float geomDefaultDensity = 10.000006836f; | 68 | public float geomDefaultDensity = 10.000006836f; |
69 | 69 | ||
70 | private float avPIDD = 65f; | 70 | private float avPIDD = 65f; |
71 | private float avPIDP = 28f; | 71 | private float avPIDP = 21f; |
72 | private float avCapRadius = 0.37f; | 72 | private float avCapRadius = 0.37f; |
73 | private float avStandupTensor = 2000000f; | 73 | private float avStandupTensor = 2000000f; |
74 | private float avDensity = 80f; | 74 | private float avDensity = 80f; |