26class EXPCL_PANDABULLET BulletSoftBodyMaterial {
29 INLINE ~BulletSoftBodyMaterial();
30 INLINE
static BulletSoftBodyMaterial
empty();
46 BulletSoftBodyMaterial(btSoftBody::Material &material);
48 INLINE btSoftBody::Material &get_material()
const;
51 btSoftBody::Material &_material;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
get_angular_stiffness
Getter for the property m_kAST.
get_linear_stiffness
Getter for the property m_kLST.
set_linear_stiffness
Setter for the property m_kLST.
static BulletSoftBodyMaterial empty()
Named constructor intended to be used for asserts which have to return a concrete value.
set_angular_stiffness
Setter for the property m_kAST.
get_volume_preservation
Getter for the property m_kVST.
set_volume_preservation
Setter for the property m_kVST.