A function defined in GMBullet.yy
btCompoundShape_updateChildTransform(compoundShape, childIndex, newChildTransform[, shouldRecalculateLocalAabb])
Updates the transform of a specific child shape in the btCompoundShape.
Name | Type | Description |
---|---|---|
compoundShape | Pointer |
A pointer to the btCompoundShape object. |
childIndex | Real |
The index of the child shape to update. |
newChildTransform | Pointer |
A pointer to the new transform (btTransform) for the child shape. |
shouldRecalculateLocalAabb | Bool |
If true, recalculate the local AABB (Axis-Aligned Bounding Box) after the transform update. Defaults to true. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.