|
Blender V4.3
|
#include <btSoftBodyInternals.h>
Inherits btDbvt::ICollide.
Public Member Functions | |
| void | Process (const btDbvntNode *lface1, const btDbvntNode *lface2) |
| void | Repel (btSoftBody::Face *f1, btSoftBody::Face *f2) |
Public Member Functions inherited from btDbvt::ICollide | |
| DBVT_VIRTUAL void | Process (const btDbvtNode *, const btDbvtNode *) |
| DBVT_VIRTUAL void | Process (const btDbvtNode *) |
| DBVT_VIRTUAL void | Process (const btDbvtNode *n, btScalar) |
| DBVT_VIRTUAL void | Process (const btDbvntNode *, const btDbvntNode *) |
| DBVT_VIRTUAL bool | Descent (const btDbvtNode *) |
| DBVT_VIRTUAL bool | AllLeaves (const btDbvtNode *) |
Public Attributes | |
| btSoftBody * | psb [2] |
| btScalar | mrg |
| bool | useFaceNormal |
Definition at line 1955 of file btSoftBodyInternals.h.
|
inline |
Definition at line 1957 of file btSoftBodyInternals.h.
References btDbvntNode::data, and Repel().
|
inline |
Definition at line 1968 of file btSoftBodyInternals.h.
References btSoftBody::Config::kDF, btSoftBody::DeformableFaceNodeContact::m_bary, btSoftBody::m_cfg, btSoftBody::DeformableFaceNodeContact::m_face, btSoftBody::m_faceNodeContacts, btSoftBody::DeformableFaceNodeContact::m_friction, btSoftBody::DeformableFaceNodeContact::m_margin, btSoftBody::Face::m_n, btSoftBody::DeformableFaceNodeContact::m_node, btSoftBody::DeformableFaceNodeContact::m_normal, mrg, node, proximityTest(), psb, and useFaceNormal.
Referenced by Process().
| btScalar btSoftColliders::CollideFF_DD::mrg |
Definition at line 2018 of file btSoftBodyInternals.h.
Referenced by btSoftBody::defaultCollisionHandler(), and Repel().
| btSoftBody* btSoftColliders::CollideFF_DD::psb[2] |
Definition at line 2017 of file btSoftBodyInternals.h.
Referenced by btSoftBody::defaultCollisionHandler(), and Repel().
| bool btSoftColliders::CollideFF_DD::useFaceNormal |
Definition at line 2019 of file btSoftBodyInternals.h.
Referenced by btSoftBody::defaultCollisionHandler(), and Repel().