A function defined in GMBullet.yy
btCollisionWorld_rayTestXYZ(collisionWorld, rayFromWorldX, rayFromWorldY, rayFromWorldZ, rayToWorldX, rayToWorldY, rayToWorldZ, 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. |
rayFromWorldX | Real |
The x-coordinate of the starting point of the ray in world coordinates. |
rayFromWorldY | Real |
The y-coordinate of the starting point of the ray in world coordinates. |
rayFromWorldZ | Real |
The z-coordinate of the starting point of the ray in world coordinates. |
rayToWorldX | Real |
The x-coordinate of the end point of the ray in world coordinates. |
rayToWorldY | Real |
The y-coordinate of the end point of the ray in world coordinates. |
rayToWorldZ | Real |
The z-coordinate of the end point of the ray in world coordinates. |
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.