A function defined in GMBullet.yy
btCollisionWorld_rayTest(collisionWorld, rayFromWorld, rayToWorld, resultCallback)
Performs a ray test in the collision world and collects the results using the provided result callback.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to the collision world instance. |
rayFromWorld | Pointer |
A pointer to the starting point of the ray in world coordinates (btVector3). |
rayToWorld | Pointer |
A pointer to the end point of the ray in world coordinates (btVector3). |
resultCallback | Pointer |
A pointer to the ray result callback (btRayResultCallback) used to collect the results. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.