A function defined in GMBullet.yy
btCollisionWorld_convexSweepTest(collisionWorld, castShape, from, to, resultCallback[, allowedCcdPenetration])
Performs a convex sweep test in the collision world using the specified cast shape and transforms, collecting the results using the provided result callback.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to the collision world instance. |
castShape | Pointer |
A pointer to the convex shape used for the sweep test. |
from | Pointer |
A pointer to the starting transform for the sweep. |
to | Pointer |
A pointer to the ending transform for the sweep. |
resultCallback | Pointer |
A pointer to the convex result callback (btConvexResultCallback) used to collect the results. |
allowedCcdPenetration | Real |
The allowed continuous collision detection (CCD) penetration. Defaults to 0. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.