A function defined in GMBullet.yy
btBvhTriangleMeshShape_processAllTriangles(bvhTriangleMeshShape, callback, boxMin, boxMax)
Processes all triangles in the BvhTriangleMeshShape that intersect with a given bounding box, calling a callback for each triangle.
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 within the bounding 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.