A function defined in GMBullet.yy
btDiscreteDynamicsWorld_addConstraint(discreteDynamicsWorld, constraint[, disableCollisionBetweenLinkedBodies])
Adds a constraint to the btDiscreteDynamicsWorld.
Name | Type | Description |
---|---|---|
discreteDynamicsWorld | Pointer |
A pointer to the btDiscreteDynamicsWorld object. |
constraint | Pointer |
A pointer to the btTypedConstraint object to be added. |
disableCollisionBetweenLinkedBodies | Bool |
If true, disable collisions between linked bodies for this constraint. Defaults to false. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.