Blender
V3.3
|
#include <btSoftBodyInternals.h>
Public Member Functions | |
void | Process (const btDbvtNode *lnode, const btDbvtNode *lface) |
void | Process (const btDbvntNode *lface1, const btDbvntNode *lface2) |
void | Repel (btSoftBody::Face *f1, btSoftBody::Face *f2) |
![]() | |
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 | dt |
btScalar | mrg |
bool | useFaceNormal |
Definition at line 2022 of file btSoftBodyInternals.h.
|
inline |
Definition at line 2043 of file btSoftBodyInternals.h.
References btDbvntNode::data, and Repel().
|
inline |
Definition at line 2024 of file btSoftBodyInternals.h.
References bernsteinCCD(), btVector3, Freestyle::c, btDbvtNode::data, dt, btSoftBody::Config::kDF, btSoftBody::m_cfg, btSoftBody::m_faceNodeContacts, node, psb, SAFE_EPSILON, and useFaceNormal.
|
inline |
Definition at line 2054 of file btSoftBodyInternals.h.
References bernsteinCCD(), btVector3, Freestyle::c, dt, btSoftBody::Config::kDF, btSoftBody::m_cfg, btSoftBody::m_faceNodeContacts, btSoftBody::Face::m_n, btSoftBody::Face::m_normal, btSoftBody::Node::m_x, node, psb, SAFE_EPSILON, and useFaceNormal.
Referenced by Process().
btScalar btSoftColliders::CollideCCD::dt |
Definition at line 2104 of file btSoftBodyInternals.h.
Referenced by btSoftBody::geometricCollisionHandler(), Process(), and Repel().
btScalar btSoftColliders::CollideCCD::mrg |
Definition at line 2104 of file btSoftBodyInternals.h.
Referenced by btSoftBody::geometricCollisionHandler().
btSoftBody* btSoftColliders::CollideCCD::psb[2] |
Definition at line 2103 of file btSoftBodyInternals.h.
Referenced by btSoftBody::geometricCollisionHandler(), Process(), and Repel().
bool btSoftColliders::CollideCCD::useFaceNormal |
Definition at line 2105 of file btSoftBodyInternals.h.
Referenced by btSoftBody::geometricCollisionHandler(), Process(), and Repel().