Removed empty constructors for constraints, I don't recall why we added them (possibly SPU) but if we really need them we have to revert this.

Moved static fixed body into a static function 'getFixedBody' to avoid issues when embedding Bullet in C#/CLI managed code.
This commit is contained in:
erwin.coumans
2010-02-03 23:02:33 +00:00
parent d58081ce37
commit 1cd52f3d11
14 changed files with 19 additions and 71 deletions

View File

@@ -158,7 +158,7 @@ public:
// constructors
btSliderConstraint(btRigidBody& rbA, btRigidBody& rbB, const btTransform& frameInA, const btTransform& frameInB ,bool useLinearReferenceFrameA);
btSliderConstraint(btRigidBody& rbB, const btTransform& frameInB, bool useLinearReferenceFrameB);
btSliderConstraint();
// overrides
virtual void buildJacobian();
virtual void getInfo1 (btConstraintInfo1* info);