diff options
author | Robert Adams | 2012-12-31 19:56:32 -0800 |
---|---|---|
committer | Robert Adams | 2012-12-31 19:57:26 -0800 |
commit | db3b6e892133c096f2c4244a0902b4f9f1a87371 (patch) | |
tree | ee0c13d4ba6d6c29ef492368db57f3e4ce27b190 /OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |
parent | BulletSim: remove rigid body contruction functions from BSAPITemplate that re... (diff) | |
download | opensim-SC_OLD-db3b6e892133c096f2c4244a0902b4f9f1a87371.zip opensim-SC_OLD-db3b6e892133c096f2c4244a0902b4f9f1a87371.tar.gz opensim-SC_OLD-db3b6e892133c096f2c4244a0902b4f9f1a87371.tar.bz2 opensim-SC_OLD-db3b6e892133c096f2c4244a0902b4f9f1a87371.tar.xz |
BulletSim: remove unused unmanaged memory reference functions from BSAPITemplate.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs index 6e67c7a..699f055 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |||
@@ -475,9 +475,9 @@ public abstract Quaternion GetOrientation(BulletBody obj); | |||
475 | 475 | ||
476 | public abstract void SetTranslation(BulletBody obj, Vector3 position, Quaternion rotation); | 476 | public abstract void SetTranslation(BulletBody obj, Vector3 position, Quaternion rotation); |
477 | 477 | ||
478 | public abstract IntPtr GetBroadphaseHandle(BulletBody obj); | 478 | // public abstract IntPtr GetBroadphaseHandle(BulletBody obj); |
479 | 479 | ||
480 | public abstract void SetBroadphaseHandle(BulletBody obj, IntPtr handle); | 480 | // public abstract void SetBroadphaseHandle(BulletBody obj, IntPtr handle); |
481 | 481 | ||
482 | public abstract void SetInterpolationLinearVelocity(BulletBody obj, Vector3 vel); | 482 | public abstract void SetInterpolationLinearVelocity(BulletBody obj, Vector3 vel); |
483 | 483 | ||