Support for driving Bullet soft body joints.
This commit is contained in:
parent
a978682ed2
commit
1e28f892be
|
|
@ -114,6 +114,9 @@ public:
|
|||
struct Link;
|
||||
struct Material;
|
||||
struct Node;
|
||||
struct AJoint {
|
||||
struct IControl;
|
||||
};
|
||||
};
|
||||
|
||||
// BulletCollision/CollisionDispatch/btCollisionObject.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue