Removed obsolete btPoint3: use btVector3 instead
This commit is contained in:
@@ -18,7 +18,6 @@ subject to the following restrictions:
|
||||
#define _BT_SOFT_BODY_H
|
||||
|
||||
#include "LinearMath/btAlignedObjectArray.h"
|
||||
#include "LinearMath/btPoint3.h"
|
||||
#include "LinearMath/btTransform.h"
|
||||
#include "LinearMath/btIDebugDraw.h"
|
||||
#include "BulletDynamics/Dynamics/btRigidBody.h"
|
||||
@@ -417,7 +416,7 @@ public:
|
||||
struct eType { enum _ {
|
||||
Linear,
|
||||
Angular,
|
||||
Contact,
|
||||
Contact
|
||||
};};
|
||||
struct Specs
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ struct fDrawFlags { enum _ {
|
||||
Joints = 0x1000,
|
||||
/* presets */
|
||||
Std = Links+Faces+Tetras+Anchors+Notes+Joints,
|
||||
StdTetra = Std-Faces+Tetras,
|
||||
StdTetra = Std-Faces+Tetras
|
||||
};};
|
||||
|
||||
struct btSoftBodyHelpers
|
||||
|
||||
Reference in New Issue
Block a user