diff options
author | Teravus Ovares | 2007-11-12 23:46:26 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-12 23:46:26 +0000 |
commit | d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5 (patch) | |
tree | 37a49b26a6cb07d1fdc3e419222ea2147eaa089e /OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |
parent | * Added a lot of Glue to help with reporting proper collisions. (diff) | |
download | opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.zip opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.gz opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.bz2 opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.xz |
* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.
* All thanks to unimplemented packet listing :D
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index b51f024..f78e99e 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -764,7 +764,11 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
764 | return; | 764 | return; |
765 | } | 765 | } |
766 | } | 766 | } |
767 | 767 | public override bool SetAlwaysRun | |
768 | { | ||
769 | get { return false; } | ||
770 | set { return; } | ||
771 | } | ||
768 | public override PhysicsVector Acceleration | 772 | public override PhysicsVector Acceleration |
769 | { | 773 | { |
770 | get { return _acceleration; } | 774 | get { return _acceleration; } |