Blender
V3.3
|
#include <btSoftBody.h>
Public Attributes | |
bool | m_bvolume |
bool | m_bframe |
btScalar | m_volume |
tVector3Array | m_pos |
tScalarArray | m_wgh |
btVector3 | m_com |
btMatrix3x3 | m_rot |
btMatrix3x3 | m_scl |
btMatrix3x3 | m_aqq |
Definition at line 433 of file btSoftBody.h.
btMatrix3x3 btSoftBody::Pose::m_aqq |
Definition at line 443 of file btSoftBody.h.
Referenced by btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
bool btSoftBody::Pose::m_bframe |
Definition at line 436 of file btSoftBody.h.
Referenced by btSoftBodyHelpers::DrawFrame(), btSoftBody::evaluateCom(), btSoftBody::initDefaults(), btSoftBody::predictMotion(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
bool btSoftBody::Pose::m_bvolume |
Definition at line 435 of file btSoftBody.h.
Referenced by btSoftBody::initDefaults(), btSoftBody::serialize(), and btSoftBody::setPose().
btVector3 btSoftBody::Pose::m_com |
Definition at line 440 of file btSoftBody.h.
Referenced by btSoftBodyHelpers::DrawFrame(), btSoftBody::initDefaults(), btSoftBody::predictMotion(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
tVector3Array btSoftBody::Pose::m_pos |
Definition at line 438 of file btSoftBody.h.
Referenced by btSoftBodyHelpers::DrawFrame(), btSoftBody::predictMotion(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
btMatrix3x3 btSoftBody::Pose::m_rot |
Definition at line 441 of file btSoftBody.h.
Referenced by btSoftBodyHelpers::DrawFrame(), btSoftBody::initDefaults(), btSoftBody::predictMotion(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
btMatrix3x3 btSoftBody::Pose::m_scl |
Definition at line 442 of file btSoftBody.h.
Referenced by btSoftBodyHelpers::DrawFrame(), btSoftBody::initDefaults(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().
btScalar btSoftBody::Pose::m_volume |
Definition at line 437 of file btSoftBody.h.
Referenced by btSoftBody::applyForces(), btSoftBody::initDefaults(), btSoftBody::serialize(), and btSoftBody::setPose().
tScalarArray btSoftBody::Pose::m_wgh |
Definition at line 439 of file btSoftBody.h.
Referenced by btSoftBody::evaluateCom(), btSoftBody::serialize(), btSoftBody::setPose(), and btSoftBody::updatePose().