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.

getAngularStiffness() float

Getter for the property m_kAST.

getLinearStiffness() float

Getter for the property m_kLST.

getVolumePreservation() float

Getter for the property m_kVST.

property linear_stiffness float

Getter/Setter for the property m_kLST.

setAngularStiffness(value: float)

Setter for the property m_kAST.

setLinearStiffness(value: float)

Setter for the property m_kLST.

setVolumePreservation(value: float)

Setter for the property m_kVST.

property volume_preservation float

Getter/Setter for the property m_kVST.