A function defined in GMBullet.yy
btCollisionObject_setContactStiffnessAndDamping(collisionObject, stiffness, damping)
Sets the contact stiffness and damping for a Bullet Physics collision object.
Name | Type | Description |
---|---|---|
collisionObject | Pointer |
A pointer to a btCollisionObject instance. |
stiffness | Real |
The contact stiffness to be set for the collision object. |
damping | Real |
The contact damping to be set for the collision object. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.