aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-12 22:57:32 +0100
committerJustin Clark-Casey (justincc)2013-08-12 22:57:32 +0100
commit4f8c691f8c1c56cc74c5f8a6e95d0867dfe4a1a1 (patch)
treef9e4bb133ee97106561ecffb9f74c384183bd525 /OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
parentMake show bots pCampbot console command print connected, connecting, etc. bot... (diff)
parentBulletSim: add check in avatar stair step code to verify the collision (diff)
downloadopensim-SC_OLD-4f8c691f8c1c56cc74c5f8a6e95d0867dfe4a1a1.zip
opensim-SC_OLD-4f8c691f8c1c56cc74c5f8a6e95d0867dfe4a1a1.tar.gz
opensim-SC_OLD-4f8c691f8c1c56cc74c5f8a6e95d0867dfe4a1a1.tar.bz2
opensim-SC_OLD-4f8c691f8c1c56cc74c5f8a6e95d0867dfe4a1a1.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
index 9af3dce..d584782 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
@@ -404,6 +404,7 @@ public sealed class BSCharacter : BSPhysObject
404 404
405 // Allows the detection of collisions with inherently non-physical prims. see llVolumeDetect for more 405 // Allows the detection of collisions with inherently non-physical prims. see llVolumeDetect for more
406 public override void SetVolumeDetect(int param) { return; } 406 public override void SetVolumeDetect(int param) { return; }
407 public override bool IsVolumeDetect { get { return false; } }
407 408
408 public override OMV.Vector3 GeometricCenter { get { return OMV.Vector3.Zero; } } 409 public override OMV.Vector3 GeometricCenter { get { return OMV.Vector3.Zero; } }
409 public override OMV.Vector3 CenterOfMass { get { return OMV.Vector3.Zero; } } 410 public override OMV.Vector3 CenterOfMass { get { return OMV.Vector3.Zero; } }