BulletSoftBodyMaterial

from panda3d.bullet import BulletSoftBodyMaterial
class BulletSoftBodyMaterial

Bases:

Inheritance diagram

Inheritance diagram of BulletSoftBodyMaterial

__init__(param0: BulletSoftBodyMaterial)
property angular_stiffness float

Getter/Setter for the property m_kAST.

static empty() BulletSoftBodyMaterial

Named constructor intended to be used for asserts which have to return a concrete value.

get_angular_stiffness() float

Getter for the property m_kAST.

get_linear_stiffness() float

Getter for the property m_kLST.

get_volume_preservation() float

Getter for the property m_kVST.

property linear_stiffness float

Getter/Setter for the property m_kLST.

set_angular_stiffness(value: float)

Setter for the property m_kAST.

set_linear_stiffness(value: float)

Setter for the property m_kLST.

set_volume_preservation(value: float)

Setter for the property m_kVST.

property volume_preservation float

Getter/Setter for the property m_kVST.