diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs b/OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs index a06f6d0..3975776 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSAPIUnman.cs | |||
@@ -524,6 +524,7 @@ public override void SetTranslation(BulletBody obj, Vector3 position, Quaternion | |||
524 | BSAPICPP.SetTranslation2(obj.ptr, position, rotation); | 524 | BSAPICPP.SetTranslation2(obj.ptr, position, rotation); |
525 | } | 525 | } |
526 | 526 | ||
527 | /* | ||
527 | public override IntPtr GetBroadphaseHandle(BulletBody obj) | 528 | public override IntPtr GetBroadphaseHandle(BulletBody obj) |
528 | { | 529 | { |
529 | return BSAPICPP.GetBroadphaseHandle2(obj.ptr); | 530 | return BSAPICPP.GetBroadphaseHandle2(obj.ptr); |
@@ -533,6 +534,7 @@ public override void SetBroadphaseHandle(BulletBody obj, IntPtr handle) | |||
533 | { | 534 | { |
534 | BSAPICPP.SetUserPointer2(obj.ptr, handle); | 535 | BSAPICPP.SetUserPointer2(obj.ptr, handle); |
535 | } | 536 | } |
537 | */ | ||
536 | 538 | ||
537 | public override void SetInterpolationLinearVelocity(BulletBody obj, Vector3 vel) | 539 | public override void SetInterpolationLinearVelocity(BulletBody obj, Vector3 vel) |
538 | { | 540 | { |