diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs index a618a21..6e67c7a 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSApiTemplate.cs | |||
@@ -346,7 +346,6 @@ public abstract void RecalculateCompoundShapeLocalAabb(BulletShape cShape); | |||
346 | 346 | ||
347 | public abstract BulletShape DuplicateCollisionShape(BulletWorld sim, BulletShape srcShape, uint id); | 347 | public abstract BulletShape DuplicateCollisionShape(BulletWorld sim, BulletShape srcShape, uint id); |
348 | 348 | ||
349 | public abstract BulletBody CreateBodyFromShapeAndInfo(BulletWorld sim, BulletShape shape, uint id, IntPtr constructionInfo); | ||
350 | 349 | ||
351 | public abstract bool DeleteCollisionShape(BulletWorld world, BulletShape shape); | 350 | public abstract bool DeleteCollisionShape(BulletWorld world, BulletShape shape); |
352 | 351 | ||
@@ -358,10 +357,6 @@ public abstract BulletBody CreateBodyWithDefaultMotionState(BulletShape shape, u | |||
358 | 357 | ||
359 | public abstract BulletBody CreateGhostFromShape(BulletWorld sim, BulletShape shape, uint id, Vector3 pos, Quaternion rot); | 358 | public abstract BulletBody CreateGhostFromShape(BulletWorld sim, BulletShape shape, uint id, Vector3 pos, Quaternion rot); |
360 | 359 | ||
361 | public abstract IntPtr AllocateBodyInfo(BulletBody obj); | ||
362 | |||
363 | public abstract void ReleaseBodyInfo(IntPtr obj); | ||
364 | |||
365 | public abstract void DestroyObject(BulletWorld sim, BulletBody obj); | 360 | public abstract void DestroyObject(BulletWorld sim, BulletBody obj); |
366 | 361 | ||
367 | // ===================================================================================== | 362 | // ===================================================================================== |