A function defined in GMBullet.yy
btBvhTriangleMeshShape_performConvexcast(bvhTriangleMeshShape, callback, boxSource, boxTarget, boxMin, boxMax)
Performs a convex cast against the BvhTriangleMeshShape, calling a callback for each triangle hit.
Name | Type | Description |
---|---|---|
bvhTriangleMeshShape | Pointer |
A pointer to the btBvhTriangleMeshShape object. |
callback | Pointer |
A pointer to the callback function to be invoked for each triangle hit. |
boxSource | Pointer |
A pointer to the source box. |
boxTarget | Pointer |
A pointer to the target box. |
boxMin | Pointer |
A pointer to the minimum box coordinates. |
boxMax | Pointer |
A pointer to the maximum box coordinates. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.