SoftBodyMesh (struct)¶
Struct used to manage a soft body mesh, the geometry and rendering data.
Members¶
BulletSoftBody | body | |
Vec3[] | initialPositions | |
Vec3[] | initialNormals |
Methods¶
SoftBodyMesh ( in SoftBodyMesh other ) | |
SoftBodyMesh () | |
SoftBodyMesh | clone ? () |
Methods in detail¶
SoftBodyMesh ( in SoftBodyMesh other )
copy constructor
SoftBodyMesh ()
default constructor
SoftBodyMesh SoftBodyMesh.clone? ()
clone method