mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-15 14:54:28 +00:00
remove redundant functions
This commit is contained in:
@@ -4288,14 +4288,6 @@ void btSoftBody::geometricCollisionHandler(btSoftBody* psb)
|
||||
}
|
||||
}
|
||||
}
|
||||
void btSoftBody::approximateCollisionHandler(btSoftBody* psb)
|
||||
{
|
||||
if (psb->isActive() || this->isActive())
|
||||
{
|
||||
// test aabb collision
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void btSoftBody::setWindVelocity(const btVector3& velocity)
|
||||
{
|
||||
|
||||
@@ -407,7 +407,7 @@ public:
|
||||
btScalar m_friction; // Friction
|
||||
btScalar m_imf; // inverse mass of the face at contact point
|
||||
btScalar m_c0; // scale of the impulse matrix;
|
||||
const btCollisionObject* m_colObj; // Collision object to collide with.
|
||||
const btCollisionObject* m_colObj; // Collision object to collide with.
|
||||
};
|
||||
|
||||
/* SContact */
|
||||
@@ -1091,7 +1091,6 @@ public:
|
||||
/* defaultCollisionHandlers */
|
||||
void defaultCollisionHandler(const btCollisionObjectWrapper* pcoWrap);
|
||||
void defaultCollisionHandler(btSoftBody* psb);
|
||||
void approximateCollisionHandler(btSoftBody* psb)
|
||||
void setSelfCollision(bool useSelfCollision);
|
||||
bool useSelfCollision();
|
||||
void updateDeactivation(btScalar timeStep);
|
||||
|
||||
Reference in New Issue
Block a user