|
Blender V4.3
|
#include <btSoftBody.h>
Inherits btSoftBody::Element.
Public Attributes | |
| const char * | m_text |
| btVector3 | m_offset |
| int | m_rank |
| Node * | m_nodes [4] |
| btScalar | m_coords [4] |
Public Attributes inherited from btSoftBody::Element | |
| void * | m_tag |
Additional Inherited Members | |
Public Member Functions inherited from btSoftBody::Element | |
| Element () | |
Definition at line 424 of file btSoftBody.h.
| btScalar btSoftBody::Note::m_coords[4] |
Definition at line 430 of file btSoftBody.h.
Referenced by btSoftBody::appendNote(), and btSoftBodyHelpers::Draw().
| Node* btSoftBody::Note::m_nodes[4] |
Definition at line 429 of file btSoftBody.h.
Referenced by btSoftBody::appendNote(), and btSoftBodyHelpers::Draw().
| btVector3 btSoftBody::Note::m_offset |
Definition at line 427 of file btSoftBody.h.
Referenced by btSoftBody::appendNote(), and btSoftBodyHelpers::Draw().
| int btSoftBody::Note::m_rank |
Definition at line 428 of file btSoftBody.h.
Referenced by btSoftBody::appendNote(), and btSoftBodyHelpers::Draw().
| const char* btSoftBody::Note::m_text |
Definition at line 426 of file btSoftBody.h.
Referenced by btSoftBody::appendNote(), and btSoftBodyHelpers::Draw().