aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
diff options
context:
space:
mode:
authorRobert Adams2012-12-29 10:19:47 -0800
committerRobert Adams2012-12-29 10:19:47 -0800
commit28a8949b9f315e9257a6c51d8872cd99d00fe556 (patch)
tree8c34f55ddbaefe26fec625a249002b35b7dc9282 /OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
parentBulletSim: an 'if' to suppress multiple setting of avatar orientation. (diff)
downloadopensim-SC_OLD-28a8949b9f315e9257a6c51d8872cd99d00fe556.zip
opensim-SC_OLD-28a8949b9f315e9257a6c51d8872cd99d00fe556.tar.gz
opensim-SC_OLD-28a8949b9f315e9257a6c51d8872cd99d00fe556.tar.bz2
opensim-SC_OLD-28a8949b9f315e9257a6c51d8872cd99d00fe556.tar.xz
BulletSim: remove check for small motor movement because, while it
did the right thing for stopping (speed reducing to zero), it prevented movement from starting (speed increasing from zero). Will revisit when the generalize PID motor is debugged.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
index b909b38..b361498 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs
@@ -80,7 +80,7 @@ public enum FixedShapeKey : ulong
80 KEY_SPHERE = 2, 80 KEY_SPHERE = 2,
81 KEY_CONE = 3, 81 KEY_CONE = 3,
82 KEY_CYLINDER = 4, 82 KEY_CYLINDER = 4,
83 KEY_CAPSULE = 5, 83 KEY_CAPSULE = 5,
84 KEY_AVATAR = 6, 84 KEY_AVATAR = 6,
85} 85}
86 86